GrapeCity MultiRow Windows Forms Documentation
ListBoxCell Class
Members 


Represents a Cell that allows the user to select a single item from a list.
Object Model
ListBoxCell ClassGcMultiRow ClassCellStyle ClassListBoxCell.ObjectCollection ClassCellNote ClassSection ClassCellStyle ClassMultiRowTouchToolBar ClassValidatorCollection ClassCellValidator Class
Syntax
<ToolboxBitmapAttribute()>
<DefaultPropertyAttribute("Items")>
<SRDescriptionAttribute("Displays a rectangular region with a list of objects.")>
<ToolboxItemFilterAttribute(FilterString="GrapeCity.Win.MultiRow.Template7", FilterType=ToolboxItemFilterType.Custom Or  _
    ToolboxItemFilterType.Prevent Or  _
    ToolboxItemFilterType.Require)>
Public Class ListBoxCell 
   Inherits ListCell
Dim instance As ListBoxCell
[ToolboxBitmap()]
[DefaultProperty("Items")]
[SRDescription("Displays a rectangular region with a list of objects.")]
[ToolboxItemFilter(FilterString="GrapeCity.Win.MultiRow.Template7", FilterType=ToolboxItemFilterType.Custom | 
    ToolboxItemFilterType.Prevent | 
    ToolboxItemFilterType.Require)]
public class ListBoxCell : ListCell 
Remarks

The ListBoxCell class is a special type of Cell used to display a set of objects. Users can edit cell values by clicking or pressing Up, Down, Home, End, PageUp, or the PageDown key when the ListBoxCell is the current cell and in edit mode.

When a user selects an item in ListBoxCell, the other item in the same ListBoxCell is not selected. This tells the user, "Here is a set of choices from which you can choose one and only one."

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

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         GrapeCity.Win.MultiRow.Cell
            GrapeCity.Win.MultiRow.ListCell
               GrapeCity.Win.MultiRow.ListBoxCell

Requirements

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

See Also

Reference

ListBoxCell Members
GrapeCity.Win.MultiRow Namespace
ListCell Class

 

 


Copyright © GrapeCity, inc. All rights reserved.