BCGSoft.Visualization Namespace > VisualManager Class : OnDrawMdiClientAreaBorder Method |
Called by the framework on painting MDIClient area. Draws a border around the MDIClient area according to the specified MDIClientBorder style. Returns the boundaries of the MDIClientArea.Override this member function in your VisualManager-derived class to customize the redrawing of the MDIClientArea's border.
'Declaration Public Overridable Function OnDrawMdiClientAreaBorder( _ ByVal vd As DrawObjectBorderDef, _ ByVal style As MdiClientBorderStyle _ ) As Rectangle
'Usage Dim instance As VisualManager Dim vd As DrawObjectBorderDef Dim style As MdiClientBorderStyle Dim value As Rectangle value = instance.OnDrawMdiClientAreaBorder(vd, style)
public virtual Rectangle OnDrawMdiClientAreaBorder( DrawObjectBorderDef vd, MdiClientBorderStyle style )
public: virtual Rectangle OnDrawMdiClientAreaBorder( DrawObjectBorderDef* vd, MdiClientBorderStyle style )
public: virtual Rectangle OnDrawMdiClientAreaBorder( DrawObjectBorderDef^ vd, MdiClientBorderStyle style )
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