SelectEntitySettings.ActionButtonOption Class
Autodesk.DataManagement.Client.Framework.Vault.Forms›Autodesk.DataManagement.Client.Framework.Vault.Forms.Settings
This class represents a choice to be associated with the Action button. The choices will be presented in a button with a dropdown arrow which displays a menu when clicked.
Syntax
public class SelectEntitySettings.ActionButtonOption Public Class SelectEntitySettings.ActionButtonOption Constructors
| Name | Description |
|---|---|
| SelectEntitySettings.ActionButtonOption |
Properties
| Name | Description |
|---|---|
| DisplayText | Gets or sets the text that appears in the menu item associated with this option |
| IsEnabled | Gets or sets the delegate that is called by the dialog to ask if the given SelectEntitySettings.ActionButtonOption is enabled for use. |
| Tag | Gets or sets a value association with this option that will be passed back in Autodesk.DataManagement.Client.Framework.Vault.Forms.Results.SelectEntityResults if this option is chosen |
Inheritance Hierarchy
- System.Object
- Autodesk.DataManagement.Client.Framework.Vault.Forms.Settings.SelectEntitySettings.ActionButtonOption