New to Telerik UI for WinFormsStart a free 30-day trial

Holds information about the strips in a

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class CommandBarStripInfoHolder

Inheritance: objectCommandBarStripInfoHolder

Constructors

C#
public CommandBarStripInfoHolder()

Properties

Gets a list of elements for which the is storing info.

C#
public List<CommandBarStripElement> StripInfoList { get; }

Methods

Adds information about a specific strip to the

C#
public void AddStripInfo(CommandBarStripElement strip)
Parameters:stripCommandBarStripElement

The object to add info about.

Removes information about a specific strip from the

C#
public void RemoveStripInfo(CommandBarStripElement strip)
Parameters:stripCommandBarStripElement

The object to remove info about.