Search
FlowChart.LoadPredefShape Method
See Also
 



Loads one of the predefined polygonal shapes as default for new bsPolygon boxes.

 Syntax

VB6  Copy Code

Public Sub LoadPredefShape( _
    ByVal nId As Long _
)

C++  Copy Code

public:
void LoadPredefShape (
    int nId
)

 Parameters

nId
The integer identifier of the shape to load.

 Remarks

Loads one of predefined polygonal shapes to be used for boxes the user creates. All new boxes with style bsPolygon will be with this shape. The shape definitions are stored as resources in the flowchart.dll file.

 See Also