Constructor Summary |
---|
MasterShortcut()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
function | getAlignName() | |
function | setAlignName(value) | |
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. | ||
function | getIcon() | |
function | setIcon(value) | |
Specifies a MIME (Multipurpose Internet Mail Extensions) encoded binary icon (in .ico format) for a Master or MasterShortcut element in a document. | ||
function | getIconSize() | |
function | setIconSize(value) | |
The size of the element's icon. The value of the property is IconSizeValue integer constant. | ||
function | getID() | |
function | setID(value) | |
The unique ID of the element within its parent element. | ||
function | getName() | |
function | setName(value) | |
The name of the element. | ||
function | getNameU() | |
function | setNameU(value) | |
The universal name of the element. | ||
function | getPatternFlags() | |
function | setPatternFlags(value) | |
Determines whether a master behaves as a custom pattern. | ||
function | getPrompt() | |
function | setPrompt(value) | |
The status bar and tool tip prompt for the element. | ||
function | getShortcutHelp() | |
function | setShortcutHelp(value) | |
A help string for the element. | ||
function | getShortcutURL() | |
function | setShortcutURL(value) | |
A URL to a MasterShortcut element. If this attribute is present, this MasterShortcut element is a shortcut. |
Constructor Detail |
---|
function MasterShortcut()
Property Getters/Setters Detail |
---|
getID/setID : Number | |
function getID() / function setID(value) |
getName/setName : String | |
function getName() / function setName(value) |
getNameU/setNameU : String | |
function getNameU() / function setNameU(value) |
getIconSize/setIconSize : Number | |
function getIconSize() / function setIconSize(value) |
getPatternFlags/setPatternFlags : Number | |
function getPatternFlags() / function setPatternFlags(value) |
getPrompt/setPrompt : String | |
function getPrompt() / function setPrompt(value) |
getShortcutURL/setShortcutURL : String | |
function getShortcutURL() / function setShortcutURL(value) |
getShortcutHelp/setShortcutHelp : String | |
function getShortcutHelp() / function setShortcutHelp(value) |
getAlignName/setAlignName : Number | |
function getAlignName() / function setAlignName(value) |
getIcon/setIcon : byte[] | |
function getIcon() / function setIcon(value) |