BCGControlBar Library for .NET
PaneBorder Property




Represents  the size of boundaries   of the docking pane.  This property can be set only if the value of the property UseCustomBorders is true and the docking pane does not contain a tab control.
Syntax
'Declaration
 
Public Property PaneBorder As Padding
'Usage
 
Dim instance As DockingPane
Dim value As Padding
 
instance.PaneBorder = value
 
value = instance.PaneBorder
public Padding PaneBorder {get; set;}
public: __property Padding get_PaneBorder();
public: __property void set_PaneBorder( 
   Padding value
);
public:
property Padding PaneBorder {
   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

DockingPane Class
DockingPane Members

Send Feedback