GrapeCity MultiRow Windows Forms Documentation
TextBoxEditingControl Class
Members 


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

The TextBoxEditingControl class is a special type of System.Windows.Forms.TextBox 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 TextBoxEditingControl through the GcMultiRow.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 EditingControlShowingEventArgs.CellStyle property rather than setting the properties of the control returned by the EditingControlShowingEventArgs.Control property.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.TextBoxBase
               System.Windows.Forms.TextBox
                  GrapeCity.Win.MultiRow.TextBoxEditingControl

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

TextBoxEditingControl Members
GrapeCity.Win.MultiRow Namespace
TextBoxCell Class

 

 


Copyright © GrapeCity, inc. All rights reserved.