For a list of all members of this type, see ToolBase members.
Name | Description | |
---|---|---|
AccessibilityObject | Returns the System.Windows.Forms.AccessibleObject for this tool. | |
AccessibleRoleResolved | Returns the accessible role for this tool. | |
AllowMultipleInstancesResolved | Returns the value of the AllowMultipleInstances property on the SharedProps object of the UnderlyingTool. | |
Bounds | Gets the location and size of the tool in screen coordinates. | |
CanActivate | Returns whether the ToolBase can become the active ToolBase. | |
CaptionResolved | Returns the resolved value of the ToolPropsBase.Caption property on the SharedProps and InstanceProps objects, taking into account any customization performed by the end user. | |
ComponentRole | Returns the ComponentRole of the UltraToolbarsManager | |
Control | Returns the Control attached to the tool (read-only). | |
CustomizedCaption | Returns or sets the value of any user customization of the ToolPropsBase.Caption property. | |
CustomizedDisplayStyle | Returns or sets the value of any user customization of the ToolPropsBase.DisplayStyle property. | |
CustomizedImage | Returns or sets the value of any user customization of the Image displayed by the tool. | |
CustomizedIsFirstInGroup | Returns or sets the value of any user customization of the InstanceProps.IsFirstInGroup property. | |
CustomizedRecentlyUsed | Returns or sets the value of any user customization of the InstanceProps.RecentlyUsed property. | |
CustomizedVisible | Returns the value of any user customization of the visibility of the tool. | |
CustomizerCaptionResolved | Returns the string that will appear in the Customize dialog's 'Commands' list. | |
CustomizerDescriptionResolved | Returns the resolved value of the CustomizerDescription property on the SharedProps object of the UnderlyingTool. | |
DefaultSize | Returns the default size of the tool (read-only). | |
DisplayStyleResolved | Returns the resolved value of the ToolPropsBase.DisplayStyle property on the SharedProps and InstanceProps objects, taking into account any customization performed by the end user. | |
Disposed | (Inherited from Infragistics.Shared.DisposableObject) | |
EnabledResolved | Returns whether the tool is enabled. It resolves the value based on the SharedProps's Enabled and UltraToolbarsManager's Enabled properties. | |
Height | Returns the height of this instance of the tool. | |
Index | Returns the index of the tool in the ToolsCollectionBase. This property is read-only. | |
InstanceDisplaysImage | Returns whether this tool instance displays its image. | |
InstanceDisplaysText | Returns whether this tool instance displays its text. | |
InstanceProps | Returns the InstanceProps object which contains properties that are unique to a ToolBase instance. | |
IsActiveTool | Returns or sets whether this ToolBase is the active ToolBase. | |
IsControlContainer | Returns whether the tool is a container tool that can contain other controls. This property is read-only. | |
IsFirstInGroupResolved | Returns the resolved value of the InstanceProps.IsFirstInGroup property, taking into account any customization performed by the end user. | |
IsPopularCommand | Returns whether this ToolBase is a PopularCommand | |
IsRootTool | Returns whether the ToolBase is a root ToolBase (i.e., is in the UltraToolbarsManager component's UltraToolbarsManager.Tools collection). | |
Key | Overridden. Returns or sets a value that uniquely identifies an object in a collection. | |
KeyTipResolved | Returns the resolved value of the ToolPropsBase.KeyTip property on the SharedProps and InstanceProps objects. | |
MaxWidthResolved | Returns the resolved value of the ToolPropsBase.MaxWidth property on the SharedProps and InstanceProps objects. | |
MinimumSize | Returns the minimum size of the tool (read-only). | |
MinWidthResolved | Returns the resolved value of the ToolPropsBase.MinWidth property on the SharedProps and InstanceProps objects. | |
Owner | Returns the UltraToolbar, PopupMenuTool or UltraToolbarsManager that owns this tool instance. | |
OwnerIsApplicationMenu2010ContentArea | Returns a value indicating whether the tool type is on the content area of the ApplicationMenu2010 (not including the Navigation Menu area). | |
OwnerIsApplicationMenu2010NavigationMenu | Returns a value indicating whether the tool type supports being place in a NavigationMenu. | |
OwnerIsApplicationMenuArea | Returns a value indicating whether the tool type supports being place in a ApplicationMenu. | |
OwnerIsApplicationMenuAreaBase | Returns a value indicating whether the tool type supports being place in a ApplicationMenu or ApplicationMenu2010. | |
OwnerIsMenu | Returns true if this tool instance is owned by a PopupMenuTool. | |
OwnerIsNavigationToolbar | Returns true if this tool instance is owned by a NavigationToolbar. | |
OwnerIsNull | Returns true if this tool instance has not been fully initialized and has no owner. | |
OwnerIsRibbonGroup | Returns a value indicating whether the tool type supports being place in a Ribbon. | |
OwnerIsToolbar | Returns true if this tool instance is owned by a UltraToolbar. | |
OwnerIsToolbarBase | Returns true if this tool instance is owned by a UltraToolbarBase. | |
OwnerIsToolbarsManager | Returns true if this tool instance is owned by the UltraToolbarsManager. | |
OwningApplicationMenu2010NavigationMenu | Returns the owning NavigationMenu | |
OwningApplicationMenuArea | Returns the owning ApplicationMenuArea | |
OwningApplicationMenuAreaBase | Returns the owning ApplicationMenuAreaBase | |
OwningMenu | Returns the PopupMenuTool that owns this tool instance or null if this tool instance is not owned by a PopupMenuTool. | |
OwningNavigationToolbar | Returns the NavigationToolbar that owns this tool instance, or null if this instance is not owned by a NavigationToolbar. | |
OwningRibbonGroup | Returns the owning RibbonGroup | |
OwningToolbar | Returns the UltraToolbar that owns this tool instance or null if this tool instance is not owned by an UltraToolbar. | |
OwningToolbarBase | Returns the UltraToolbarBase that owns this tool instance or null if this tool instance is not owned by an UltraToolbarBase. | |
ParentCollection | The ToolsCollectionBase that owns this ToolBase. | |
RecentlyUsedResolved | Returns the resolved value of the InstanceProps.RecentlyUsed property, taking into account the tool's click activity and any customization performed by the end user. | |
SharedProps | Returns the SharedProps object which contains properties that are shared across all instances of the ToolBase. | |
ShortcutResolved | Returns the resolved value of the Shortcut property on the SharedProps object, taking into account any customization performed by the end user. | |
ShouldDisplayToolTip | Returns whether a ToolTip should be displayed for the ToolBase when the mouse hovers over it. | |
SpringResolved | Returns the resolved value of the Spring property on the SharedProps and InstanceProps objects. | |
Tag | (Inherited from Infragistics.Shared.SubObjectBase) | |
ToolbarsManager | The UltraToolbarsManager component that the ToolBase is owned by. | |
ToolTipTextFormattedResolved | Returns the value of the ToolTipTextFormatted property on the SharedProps object if it was set. | |
ToolTipTextResolved | Returns the value of the ToolTipText property on the SharedProps object if it was set. Otherwise, returns the value of CaptionResolved. | |
ToolTipTitleResolved | Returns the value of the ToolTipTitle property on the SharedProps object if it was set. | |
UIElement | Returns the UI Element for the ToolBase. | |
UIRoleForEditArea | Returns the UIRole for the edit area of this tool. | |
UIRoleOnMenus | Returns the UIRole of this tool when used on a menu. | |
UIRoleOnRibbonGroups | Returns the UIRole of this tool when used on a ribbon group. | |
UIRoleOnToolbars | Returns the UIRole of this tool when used on a toolbar. | |
UnderlyingTool | Returns the underlying tool that this tool points to. Used primarily for the MdiMergePlaceholderTool. | |
VisibleResolved | Returns the resolved value of the Visible property on the SharedProps and InstanceProps objects. | |
WidthResolved | Returns the resolved value of the ToolPropsBase.Width property on the SharedProps and InstanceProps objects. |
Name | Description | |
---|---|---|
DefaultAccessibleRole | The default accessible role for this type of tool. | |
DefaultAction | The default action for this type of tool. | |
ExtraSharedPropsCount | Returns the number of extra shared properties required by this class. | |
KeyLowercaseInterned | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
PrimaryCollection | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
SubObjectPropChangeHandler | (Inherited from Infragistics.Shared.SubObjectBase) |