Version

Search Results

SharedProps Class

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...

SharedProps Class Events

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

SharedProps Class Fields

For a list of all members of this type, see SharedProps members. Protected Fields Name Description tagValue (Inherited from Infragistics.Shared.SubObjectBase) Top

SharedProps Class Members

Protected Fields Public Properties Protected Properties Public Methods Protected Methods Public Events

SharedProps Class Methods

Public Methods Protected Methods

SharedProps Class Properties

Public Properties Protected Properties

AccessibleDescription Property (SharedProps)

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...

AccessibleName Property (SharedProps)

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...

AccessibleRole Property

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...

AllowMultipleInstances Property

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...