ToolBase Class Members
The following tables list the members exposed by ToolBase.
Protected Constructors
Name | Description | |
---|---|---|
ToolBase Constructor | Specialised default constructor for use only by derived class. |
Protected Fields
Name | Description | |
---|---|---|
_toolTreeNodes | The tool tree nodes. | |
_toolType | Type of the tool. |
Public Properties
Name | Description | |
---|---|---|
ApplicationContext | Gets or sets a context for the application. | |
Arguments | Arguments associated with tool. | |
Caption | Gets or sets the caption. | |
Category | Gets or sets the category. | |
Command | Command associated with tool. | |
DisplayStyle | Gets or sets the display style. | |
HasInstances | Gets a value indicating whether this Aveva.ApplicationFramework.Presentation.Customize.ToolBase has instances. | |
HelpContextID | Gets or sets the identifier of the help context. | |
Icon | Gets or sets the icon. | |
ImageData | An enum constant representing the ] option. | |
ImageResourceId | Gets or sets the identifier of the image resource. | |
KeyTip | Gets or sets the key tip. | |
LargeImage | Gets or sets the large image. | |
Name | Gets or sets the name. | |
Shortcut | Shortcut associated with tool. | |
SmallImage | Gets or sets the small image. | |
Tag | Gets or sets the tag. | |
Tooltip | Gets or sets the tooltip. | |
TooltipFormattedText | Formatted tooltip text. | |
TooltipTitle | Gets or sets the tooltip title. | |
ToolTreeNodes | Gets the tool tree nodes. | |
ToolType | Gets the type of the tool. | |
UICName | Gets or sets the name of the uic. |
Public Methods
Name | Description | |
---|---|---|
AddToolTreeNode | Adds a tool tree node. | |
ClearToolTreeNodes | Clears the tool tree nodes. | |
RemoveToolTreeNode | Removes the tool tree node described by node. | |
ToString | Returns a string that represents the current object. |
Public Events
Name | Description | |
---|---|---|
PropertyChanged | Event queue for all listeners interested in PropertyChanged events. | |
QueryValidName | Event queue for all listeners interested in QueryValidName events. |
See Also