BCGControlBar Library for .NET
ContentSize Property (DrawGridCellEventArgs)




Syntax
'Declaration
 
Public Property ContentSize As Size
'Usage
 
Dim instance As DrawGridCellEventArgs
Dim value As Size
 
instance.ContentSize = value
 
value = instance.ContentSize
public Size ContentSize {get; set;}
public: __property Size get_ContentSize();
public: __property void set_ContentSize( 
   Size value
);
public:
property Size ContentSize {
   Size get();
   void set (    Size value);
}
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

DrawGridCellEventArgs Class
DrawGridCellEventArgs Members

Send Feedback