BCGControlBar Library for .NET
BeginEditType Enumeration




Specifies how Grid control begins editiong of cells.
Syntax
'Declaration
 
Public Enum BeginEditType 
   Inherits System.Enum
'Usage
 
Dim instance As BeginEditType
public enum BeginEditType : System.Enum 
__value public enum BeginEditType : public System.Enum 
public enum class BeginEditType : public System.Enum 
Members
MemberDescription
DoubleClickDouble click on cell begin editing of that cell.
FirstClickFirst click on any cell begins editing of that cell.
FirstClickOnActiveFirst click on active (focused) cell begins editing of that cell.
ReadOnlyEditing is disabled.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.Controls.Grid.BeginEditType

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

BCGSoft.Controls.Grid Namespace

Send Feedback