BCGControlBar Library for .NET
EmbeddedControlBorder Property




Represents  the size of boundaries  of the control embedded into the docking pane. Used by the framework on redrawing the docking pane and recalculation the layout of the embedded control. This property can be set only if the value of the property UseCustomBorders is true.
Syntax
'Declaration
 
Public Property EmbeddedControlBorder As Padding
'Usage
 
Dim instance As DockingPane
Dim value As Padding
 
instance.EmbeddedControlBorder = value
 
value = instance.EmbeddedControlBorder
public Padding EmbeddedControlBorder {get; set;}
public: __property Padding get_EmbeddedControlBorder();
public: __property void set_EmbeddedControlBorder( 
   Padding value
);
public:
property Padding EmbeddedControlBorder {
   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