GrapeCity.Win.MultiRow Namespace : ListLabelCell Class |
<ToolboxBitmapAttribute()> <DefaultPropertyAttribute("Items")> <SRDescriptionAttribute("Displays a rectangular region with a list of objects in a bulleted format.")> <ToolboxItemFilterAttribute(FilterString="GrapeCity.Win.MultiRow.Template7", FilterType=ToolboxItemFilterType.Custom Or _ ToolboxItemFilterType.Prevent Or _ ToolboxItemFilterType.Require)> <DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="GrapeCity.Win.MultiRow.Design.ListLabelCellDesigner,GrapeCity.Win.MultiRow.Design, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")> <BindableCellAttribute(False)> Public Class ListLabelCell Inherits ListCell
Dim instance As ListLabelCell
[ToolboxBitmap()] [DefaultProperty("Items")] [SRDescription("Displays a rectangular region with a list of objects in a bulleted format.")] [ToolboxItemFilter(FilterString="GrapeCity.Win.MultiRow.Template7", FilterType=ToolboxItemFilterType.Custom | ToolboxItemFilterType.Prevent | ToolboxItemFilterType.Require)] [Designer(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="GrapeCity.Win.MultiRow.Design.ListLabelCellDesigner,GrapeCity.Win.MultiRow.Design, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")] [BindableCell(false)] public class ListLabelCell : ListCell
The ListLabelCell class is a special type of Cell used to display a set of objects. This cell is read only.
Note to Inheritors:
When you derive from ListBoxCell and add new properties to the derived class, be sure to override the Clone method to copy the new properties during cloning operations. You should also call the base class's Clone method so that the properties of the base class are copied to the new cell.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
GrapeCity.Win.MultiRow.Cell
GrapeCity.Win.MultiRow.ListCell
GrapeCity.Win.MultiRow.ListLabelCell
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2