Returns the id of a shape from custom shape library if one is assigned to this box.
SyntaxVB6
Copy Code
|
|---|
Public Sub GetShape( _ |
C++
Copy Code
|
|---|
public: |
RemarksIf the box uses a shape from a custom shape library, this method returns the identifier of the library and the index of the custom shape. These parameters are usually set with previous call to SetShape. FlowChartX displays the custom shape only if the box Style is set to bsLibShape.
See Also