Skip to main content

WebDocumentViewerMenuItem Members

A menu item of the HTML5 Document Viewer.

Constructors

Name Description
WebDocumentViewerMenuItem() Initializes a new instance of the WebDocumentViewerMenuItem class with the default settings.

Properties

Name Description
Collection Gets the collection to which an item belongs. Inherited from CollectionItem.
Container Specifies the menu item container.
Disabled Specifies whether or not the command is disabled by default. Inherited from ClientControlsMenuItem.
HasSeparator Specifies whether or not the command has a visual separator. Inherited from ClientControlsMenuItem.
HotKey Provides access to the keyboard shortcut used to invoke the command. Inherited from ClientControlsMenuItem.
ImageClassName Specifies the CSS class of the command’s glyph. Inherited from ClientControlsMenuItem.
ImageTemplateName Inherited from ClientControlsMenuItem.
Index Gets or sets the item’s index within the collection. Inherited from CollectionItem.
JSClickAction Specifies the client-side action to be performed when the command is invoked. Inherited from ClientControlsMenuItem.
Text Specifies the text for the command. Inherited from ClientControlsMenuItem.
Visible Specifies whether or not the command is visible in the designer user interface. Inherited from ClientControlsMenuItem.

Methods

Name Description
Assign(CollectionItem) Copies the settings from the specified CollectionItem object to the current object. Inherited from ClientControlsMenuItem.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToModel() For internal use. Inherited from ClientControlsMenuItem.
ToString() Returns the string that represents the current object. Inherited from CollectionItem.
See Also