Version

Search Results

RibbonTabCollectionBase Class Events

For a list of all members of this type, see RibbonTabCollectionBase members. Public Events Name Description SubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase) SubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase) Top

RibbonTabCollectionBase Class Fields

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

RibbonTabCollectionBase Class Members

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

RibbonTabCollectionBase Class Methods

Public Methods Protected Methods

RibbonTabCollectionBase Class Properties

Public Properties Protected Properties

Add Method (RibbonTabCollectionBase)

Adds a new RibbonTab to the collection Syntax Parameters tab Tab to be added Return Value The index at which the RibbonTab was added to the collection.

AddRange Method (RibbonTabCollectionBase)

Adds the specified array of tabs to the collection. Syntax Parameters tabs The collection of RibbonTab objects to add to the collection. Exceptions Exception Description System.ArgumentNullException tabs is null. System.ArgumentException A tab in tabs has a reserved key. System.ArgumentException A tab in tabs has ...

AllowEmptyKeys Property (RibbonTabCollectionBase)

Overridden. All RibbonTab items must have an empty key. Syntax