MasterShortcut

MasterShortcut class

Specifies a master shortcut defined in the document.

Constructors

NameDescription
MasterShortcutConstructor.

Properties

NameTypeDescription
IDintThe unique ID of the element within its parent element.
NameStringThe name of the element.
NameUStringThe universal name of the element.
IconSizeintThe size of the element’s icon. The value of the property is IconSizeValue integer constant.
PatternFlagsintDetermines whether a master behaves as a custom pattern.
PromptStringThe status bar and tool tip prompt for the element.
ShortcutURLStringA URL to a MasterShortcut element. If this attribute is present, this MasterShortcut element is a shortcut.
ShortcutHelpStringA help string for the element.
AlignNameintSpecifies whether the element’s text in the stencil window is aligned left, right, or center. The value of the property
Iconbyte[]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[]