GrapeCity MultiRow Windows Forms Documentation
ListBoxEditingControl Class
Members 


Represents the hosted ListBox control in a ListBoxCell.
Object Model
ListBoxEditingControl ClassGcMultiRow Class
Syntax
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")>
Public Class ListBoxEditingControl 
   Inherits System.Windows.Forms.ListBox
   Implements IEditingControl 
Dim instance As ListBoxEditingControl
[EditorBrowsable(EditorBrowsableState.Advanced)]
[ToolboxItem(ToolboxItemType=, ToolboxItemTypeName="")]
public class ListBoxEditingControl : System.Windows.Forms.ListBox, IEditingControl  
Remarks

The ListBoxEditingControl class is a special type of System.Windows.Forms.ListBox that implements the IEditingControl interface, allowing it to be hosted in a Cell when the cell is in edit mode. When a Cell is in edit mode, you can retrieve the ListBoxEditingControl through the EditingControl property of the GcMultiRow control.

Handle the GcMultiRow.EditingControlShowing event to perform custom initialization of the editing control when a cell enters edit mode. To customize the display characteristics of the control, set the properties of the object returned by the CellStyle property rather than setting the properties of the control returned by the Control property.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ListControl
               System.Windows.Forms.ListBox
                  GrapeCity.Win.MultiRow.ListBoxEditingControl

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

ListBoxEditingControl Members
GrapeCity.Win.MultiRow Namespace
ListBoxCell Class

 

 


Copyright © GrapeCity, inc. All rights reserved.