BCGControlBar Library for .NET
EditRect Property (Cell)




Gets the bounding rectangle of edit control.
Syntax
'Declaration
 
Public Overridable ReadOnly Property EditRect As Rectangle
'Usage
 
Dim instance As Cell
Dim value As Rectangle
 
value = instance.EditRect
public virtual Rectangle EditRect {get;}
public: __property virtual Rectangle get_EditRect();
public:
virtual property Rectangle EditRect {
   Rectangle 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