Class CommandBarStripInfoHolder
Holds information about the strips in a
Inheritance
System.Object
CommandBarStripInfoHolder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class CommandBarStripInfoHolder
Constructors
CommandBarStripInfoHolder()
Declaration
public CommandBarStripInfoHolder()
Properties
StripInfoList
Gets a list of elements for which the
is storing info.
Declaration
public List<CommandBarStripElement> StripInfoList { get; }
Property Value
System.Collections.Generic.List<CommandBarStripElement>
|
Methods
AddStripInfo(CommandBarStripElement)
Adds information about a specific strip to the
Declaration
public void AddStripInfo(CommandBarStripElement strip)
Parameters
CommandBarStripElement
strip
The |
RemoveStripInfo(CommandBarStripElement)
Removes information about a specific strip from the
Declaration
public void RemoveStripInfo(CommandBarStripElement strip)
Parameters
CommandBarStripElement
strip
The |