The properties of the ContainerTool class are listed below. For a complete list of ContainerTool class members, see the ContainerTool Members topic.
Caption | Gets or sets the tool caption |
Category | Gets or sets the tools category |
Control | Gets or sets the control displayed in the ContainerTool |
Enabled | Gets or sets the enabled state of the tool. |
Image | Gets or sets the image displayed on the tool |
IsFirstInGroup | Gets or sets a flag which indicated whether an instance tool is the first in a tool group. A separator will be displayed before a tool if this property is set to true. |
Key | The Key of the tool in the RootToolsCollection |
Shortcut | Gets or sets the shortcut associated with a tool. |
Tag | Gets or sets the tag property which can be used to logically attach another object or value to a tool. |
Tooltip | Gets or sets the tools tooltip |
Value | Gets or sets the value of the tool. |
Visible | Gets or sets the visibility of the tool. |
Width | Gets or sets the width of the tool. |
ContainerTool Class | Aveva.ApplicationFramework.Presentation Namespace