(
a feature of FlowChartX Pro edition)
Sets the default library shape to use with new boxes of bsLibShape style.
SyntaxVB6
Copy Code
|
|---|
Public Sub SetDefLibShape( _ |
C++
Copy Code
|
|---|
public: |
RemarksSets default shape for boxes with Style set to bsLibShape. If the box has some other style set, then the custom shape will not be displayed until the box style is set to bsLibShape. If the default style of boxes - BoxStyle - is set to bsLibShape, all new boxes that users create will immediately display the custom shape selected with this method.
See Also