GrapeCity MultiRow Windows Forms Documentation
MaskedTextBoxEditingControl Class
Members 


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

The MaskedTextBoxEditingControl class is a special type of System.Windows.Forms.MaskedTextBox that implements the IEditingControl interface, allowing it to be hosted in a Cell when the cell is in edit mode. When a MaskedTextBoxCell is in edit mode, you can retrieve the MaskedTextBoxEditingControl 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.TextBoxBase
               System.Windows.Forms.MaskedTextBox
                  GrapeCity.Win.MultiRow.MaskedTextBoxEditingControl

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

MaskedTextBoxEditingControl Members
GrapeCity.Win.MultiRow Namespace
MaskedTextBoxCell Class
IEditingControl Interface

 

 


Copyright © GrapeCity, inc. All rights reserved.