BCGControlBar Library for .NET
ObjectAreaPadding Property




Specifies the space between the display area and the boundaries of the command panel.
Syntax
'Declaration
 
Public Overridable Property ObjectAreaPadding As Padding
'Usage
 
Dim instance As CommandPanel
Dim value As Padding
 
instance.ObjectAreaPadding = value
 
value = instance.ObjectAreaPadding
public virtual Padding ObjectAreaPadding {get; set;}
public: __property virtual Padding get_ObjectAreaPadding();
public: __property virtual void set_ObjectAreaPadding( 
   Padding value
);
public:
virtual property Padding ObjectAreaPadding {
   Padding get();
   void set (    Padding 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