BCGControlBar Library for .NET
ObjectArea Property




Specifies the display rectangle for the command panel which will be set on calling AdjustLayout method  if the value of the property AutoSize is false.
Syntax
'Declaration
 
Public Overridable Property ObjectArea As Rectangle
'Usage
 
Dim instance As CommandPanel
Dim value As Rectangle
 
instance.ObjectArea = value
 
value = instance.ObjectArea
public virtual Rectangle ObjectArea {get; set;}
public: __property virtual Rectangle get_ObjectArea();
public: __property virtual void set_ObjectArea( 
   Rectangle value
);
public:
virtual property Rectangle ObjectArea {
   Rectangle get();
   void set (    Rectangle 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

CommandPanel Class
CommandPanel Members

Send Feedback