BCGControlBar Library for .NET
DrawSeparator2 Method




Syntax
'Declaration
 
Public Overridable Sub DrawSeparator2( _
   ByVal vd As ControlVisualDef _
) 
'Usage
 
Dim instance As VisualManager2010
Dim vd As ControlVisualDef
 
instance.DrawSeparator2(vd)
public virtual void DrawSeparator2( 
   ControlVisualDef vd
)
public: virtual void DrawSeparator2( 
   ControlVisualDef* vd
) 
public:
virtual void DrawSeparator2( 
   ControlVisualDef^ vd
) 

Parameters

vd
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

VisualManager2010 Class
VisualManager2010 Members

Send Feedback