Caption | Gets or sets the tool caption |
Category | Gets or sets the tools category |
Command | Gets the command object which was associated with the tool when it was created. |
DisplayText | Gets or sets the text displayed in the tool. |
Editable | Gets or sets whether the TextBoxTool is editable |
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 |
MaxLength | Gets or sets the maximum allowable length of the text that can be entered in the TextBoxTool |
PasswordChar | Gets or sets a value indicating how the characters typed by a user are displayed. |
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. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
ToolClick | Occurs when Enter key is pressed while text field has focus. |
ToolValueChanged | Occurs when the value of the TextBoxTool changes |
TextBoxTool Class | Aveva.ApplicationFramework.Presentation Namespace