GrapeCity MultiRow Windows Forms Documentation
PopupEditingControl Class
Members 


Represents the hosted System.Windows.Forms.ContainerControl control in a PopupCell, that displays a System.Windows.Forms.CommonDialog or System.Windows.Forms.Form to edit the value.
Object Model
PopupEditingControl ClassMultiRowFlatButtonAppearance ClassGcMultiRow Class
Syntax
<ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")>
Public Class PopupEditingControl 
   Inherits System.Windows.Forms.ContainerControl
   Implements IEditingControl 
Dim instance As PopupEditingControl
[ToolboxItem(ToolboxItemType=, ToolboxItemTypeName="")]
public class PopupEditingControl : System.Windows.Forms.ContainerControl, IEditingControl  
Remarks

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

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

PopupEditingControl Members
GrapeCity.Win.MultiRow Namespace
PopupCell Class
IEditingControl Interface

 

 


Copyright © GrapeCity, inc. All rights reserved.