ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtPage Object > IGArtPage Methods > MarkAttributesShow Method |
Presents an attribute dialog box called a "Property Sheet" that displays attributes for the specific mark. Changes are stored into the AttrXXX properties of the specified mark.
MarkAttributesShow(MarkIndex As Long) As Boolean
Name | Description |
---|---|
MarkIndex | Index of the mark whose Property Sheet is to be displayed. |
The return value is True if the OK button was clicked; False if the Cancel button was clicked.
N/A
None