MasterShortcut
MasterShortcut class
Specifies a master shortcut defined in the document.
Constructors
| Name | Description |
|---|---|
| MasterShortcut | Constructor. |
Properties
| Name | Type | Description |
|---|---|---|
| ID | int | The unique ID of the element within its parent element. |
| Name | String | The name of the element. |
| NameU | String | The universal name of the element. |
| IconSize | int | The size of the element’s icon. The value of the property is IconSizeValue integer constant. |
| PatternFlags | int | Determines whether a master behaves as a custom pattern. |
| Prompt | String | The status bar and tool tip prompt for the element. |
| ShortcutURL | String | A URL to a MasterShortcut element. If this attribute is present, this MasterShortcut element is a shortcut. |
| ShortcutHelp | String | A help string for the element. |
| AlignName | int | Specifies whether the element’s text in the stencil window is aligned left, right, or center. The value of the property |
| Icon | byte[] | Specifies a MIME (Multipurpose Internet Mail Extensions) encoded binary icon (in .ico format) for a Master or MasterShor |
MasterShortcut()
Constructor.
MasterShortcut.ID property
The unique ID of the element within its parent element.
Type: int
MasterShortcut.Name property
The name of the element.
Type: String
MasterShortcut.NameU property
The universal name of the element.
Type: String
MasterShortcut.IconSize property
The size of the element’s icon. The value of the property is IconSizeValue integer constant.
Type: int
MasterShortcut.PatternFlags property
Determines whether a master behaves as a custom pattern.
Type: int
MasterShortcut.Prompt property
The status bar and tool tip prompt for the element.
Type: String
MasterShortcut.ShortcutURL property
A URL to a MasterShortcut element. If this attribute is present, this MasterShortcut element is a shortcut.
Type: String
MasterShortcut.ShortcutHelp property
A help string for the element.
Type: String
MasterShortcut.AlignName property
Specifies whether the element’s text in the stencil window is aligned left, right, or center. The value of the property is AlignNameValue integer constant.
Type: int
MasterShortcut.Icon property
Specifies a MIME (Multipurpose Internet Mail Extensions) encoded binary icon (in .ico format) for a Master or MasterShortcut element in a document.
Type: byte[]