FileManagerContextMenuItemBuilder Members
In This Article
#Constructors
Name | Description |
---|---|
File |
For internal use only. Initializes a new File |
#Methods
Name | Description |
---|---|
Begin |
Specifies whether a group separator is displayed over the item. Mirrors the client-side begin |
Begin |
Specifies whether a group separator is displayed over the item. Mirrors the client-side begin |
Close |
Specifies if a menu is closed when a user clicks the item. Does not apply to the root items. Mirrors the client-side close |
Close |
Specifies if a menu is closed when a user clicks the item. Does not apply to the root items. Mirrors the client-side close |
Disabled |
Specifies whether the menu item responds to user interaction. Mirrors the client-side disabled option. |
Disabled |
Specifies whether the menu item responds to user interaction. Mirrors the client-side disabled option. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Icon |
Specifies the menu item's icon. Mirrors the client-side icon option. |
Icon |
Specifies the menu item's icon. Mirrors the client-side icon option. |
Items |
Provides access to the client-side items option that represents a context menu item collection. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Name |
Specifies the context menu item's name. Mirrors the client-side name option. |
Name |
Specifies the context menu item's name. Mirrors the client-side name option. |
Name |
Specifies the context menu item's name. Mirrors the client-side name option. |
Option |
Specifies an option by its name. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Selectable |
Specifies whether or not a user can select a menu item. Mirrors the client-side selectable option. |
Selectable |
Specifies whether or not a user can select a menu item. Mirrors the client-side selectable option. |
Selected |
Specifies whether or not the item is selected. Mirrors the client-side selected option. |
Selected |
Specifies whether or not the item is selected. Mirrors the client-side selected option. |
Text |
Specifies the text inserted into the item element. Mirrors the client-side text option. |
Text |
Specifies the text inserted into the item element. Mirrors the client-side text option. |
To |
Returns a string that represents the current object. Inherited from Object. |
Visible |
Specifies the context menu item's visibility. Mirrors the client-side visible option. |
Visible |
Specifies the context menu item's visibility. Mirrors the client-side visible option. |
See Also