BCGControlBar Library for .NET
GetCurrentEditData Method




Returns a string that from cell's edit control.
Syntax
'Declaration
 
Public Overridable Function GetCurrentEditData() As String
'Usage
 
Dim instance As Cell
Dim value As String
 
value = instance.GetCurrentEditData()
public virtual string GetCurrentEditData()
public: virtual string* GetCurrentEditData(); 
public:
virtual String^ GetCurrentEditData(); 
Remarks
This method is called from the Grid control when it needs to adjust edit control size if the currently edited data does not fit the bounds of edit control, and the edit control can be enlarged to accommodate the data.
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