ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtPage Object > IGArtPage Methods > GlobalAttributesShow Method |
Presents an attribute dialog box called a "Property Sheet" that displays attributes for the mark specified by MarkType parameter. Changes are stored into the GlobalAttrXXX properties and affect the next mark created.
GlobalAttributesShow(MarkType As enumIGArtMarkType) As Boolean
Name | Description |
---|---|
MarkType | Identifies the type of mark whose Property Sheet is to be displayed - an enumIGArtMarkType Enumeration value. Note that there is no markSelect Method type mark - that value is used to identify the Select button on the ToolBar. |
Returns True if the OK button was clicked; False - for the Cancel button.
N/A
None