BCGControlBar Library for .NET
EditControl Property




Gets a reference to edit control, which is used to edit cell content.
Syntax
'Declaration
 
Public Overridable ReadOnly Property EditControl As Control
'Usage
 
Dim instance As Cell
Dim value As Control
 
value = instance.EditControl
public virtual Control EditControl {get;}
public: __property virtual Control* get_EditControl();
public:
virtual property Control^ EditControl {
   Control^ get();
}
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

Cell Class
Cell Members

Send Feedback