WebDocumentViewerMenuItem Properties
A menu item of the HTML5 Document Viewer.
Name | Description |
---|---|
Collection |
Gets the collection to which an item belongs.
Inherited from Collection |
Container | Specifies the menu item container. |
Disabled |
Specifies whether or not the command is disabled by default.
Inherited from Client |
Has |
Specifies whether or not the command has a visual separator.
Inherited from Client |
Hot |
Provides access to the keyboard shortcut used to invoke the command.
Inherited from Client |
Image |
Specifies the CSS class of the command’s glyph.
Inherited from Client |
Image |
Inherited from Client |
Index |
Gets or sets the item’s index within the collection.
Inherited from Collection |
JSClick |
Specifies the client-side action to be performed when the command is invoked.
Inherited from Client |
Text |
Specifies the text for the command.
Inherited from Client |
Visible |
Specifies whether or not the command is visible in the designer user interface.
Inherited from Client |
See Also