BCGControlBar Library for .NET
ExpandBoxOffset Property




Specifies vertical and horizontal offset of expand button.
Syntax
'Declaration
 
Public Shared Property ExpandBoxOffset As Point
'Usage
 
Dim value As Point
 
GroupCell.ExpandBoxOffset = value
 
value = GroupCell.ExpandBoxOffset
public static Point ExpandBoxOffset {get; set;}
public: __property static Point get_ExpandBoxOffset();
public: __property static void set_ExpandBoxOffset( 
   Point value
);
public:
static property Point ExpandBoxOffset {
   Point get();
   void set (    Point 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

GroupCell Class
GroupCell Members

Send Feedback