Class which exposes properties that are shared among all instances of a ToolBase derived object. Syntax Remarks All tools in the same UltraToolbarsManager with the same Key and type will have the same SharedProps object. For example, setting the Caption on the SharedProps of a button tool with the key Exit in a fi...
For a list of all members of this type, see SharedProps members. Public Events Name Description SubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase) SubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase) Top
For a list of all members of this type, see SharedProps members. Protected Fields Name Description tagValue (Inherited from Infragistics.Shared.SubObjectBase) Top
Protected Fields Public Properties Protected Properties Public Methods Protected Methods Public Events
Public Methods Protected Methods
Public Properties Protected Properties
Gets or sets a description of the visual appearance of the tool. Syntax Property Value A description of the visual appearance of the tool. Exceptions Exception Description System.NotSupportedException The property is modified at design-time for a tool in an UltraToolbarsManager defined on a base Form or UserContro...
Gets or sets the accessible name of the tool. Syntax Property Value The accessible name of the tool. Exceptions Exception Description System.NotSupportedException The property is modified at design-time for a tool in an UltraToolbarsManager defined on a base Form or UserControl. Inherited tools must be modified at...
Gets or sets the accessible role for this tool. Syntax Property Value The accessible role for this tool. Exceptions Exception Description System.NotSupportedException The property is modified at design-time for a tool in an UltraToolbarsManager defined on a base Form or UserControl. Inherited tools must be modifie...
Gets or sets the value indicating whether multiple instances of the tool can be in one or more UltraToolbars or PopupMenuTools ToolsCollection. Syntax Property Value True if multiple instances of the tool can be on an UltraToolbar or PopupMenuTool; False otherwise. Exceptions Exception Description System.NotSuppor...