BCGControlBar Library for .NET
OnDrawOutlookPageButtonBorder Method (VisualManager)




A DrawButtonDef structure associated with the OutlookScrollButton to draw a border.
This function is called by the framework on redrawing the OutlookScrollButton. Draws a three-dimensional (3-D) border around the specified OutlookScrollButton.
Syntax
'Declaration
 
Public Overridable Sub OnDrawOutlookPageButtonBorder( _
   ByVal vd As DrawButtonDef _
) 
'Usage
 
Dim instance As VisualManager
Dim vd As DrawButtonDef
 
instance.OnDrawOutlookPageButtonBorder(vd)
public virtual void OnDrawOutlookPageButtonBorder( 
   DrawButtonDef vd
)
public: virtual void OnDrawOutlookPageButtonBorder( 
   DrawButtonDef* vd
) 
public:
virtual void OnDrawOutlookPageButtonBorder( 
   DrawButtonDef^ vd
) 

Parameters

vd
A DrawButtonDef structure associated with the OutlookScrollButton to draw a border.
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

VisualManager Class
VisualManager Members

Send Feedback