Search
Box.LoadPredefShape Method
See Also
 



Loads a predefined polygonal shape definition and assigns it to this box.

 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

Sets the box shape to one of the predefined polygonal shapes stored as resources in the flowchart.dll file. Note: The shape is applied only if the box Style is bsPolygon.

 See Also