Base class for all toolbar items (ToolbarButton, ToolbarDropDownList, etc.)
Declaration Syntax
C# | Visual Basic | Visual C++ |
public abstract class ToolbarItem : IStateManager
Public MustInherit Class ToolbarItem _ Implements IStateManager
public ref class ToolbarItem abstract : IStateManager
Members
All Members | Constructors | Methods | Properties | Fields | |
|
|
|
Icon | Member | Description |
---|---|---|
ToolbarItem()()() |
Initializes a new instance of the ToolbarItem class
|
|
BuiltInEnabledScript |
|
|
BuiltInScript |
|
|
BuiltInStateScript |
|
|
CommandIdentifier |
Gets or sets the command identifier used for dynamic updating through the queryCommandState method
|
|
EnabledScriptBlock |
Gets or sets the JavaScript code to determine if the button or list is enabled
|
|
Equals(Object) |
(Inherited from Object.) |
|
Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
FunctionName |
|
|
g_isTrackingViewState |
|
|
g_viewState |
|
|
GetHashCode()()() |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType()()() |
Gets the Type of the current instance. (Inherited from Object.) |
|
IsBuiltIn |
Gets whether the ToolbarItem is built into the FreeTextBox namespace
|
|
IsProFeature |
Gets whether the ToolbarItem requires a Pro license
|
|
MemberwiseClone()()() |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ScriptBlock |
Gets or sets the JavaScript code for the function
|
|
StateScriptBlock |
Gets or sets the JavaScript code to determine the state of the button or list
|
|
Title |
Gets or sets the alt tile for buttons and first item of a dropdownlist
|
|
ToString()()() |
(Inherited from Object.) |
|
ViewState |
|
Inheritance Hierarchy
Object | ||
ToolbarItem | ||
ToolbarButton | ||
ToolbarDropDownList | ||
ToolbarSeparator |
Assembly: FreeTextBox (Module: FreeTextBox) Version: 3.2.0.28068