BCGControlBar Library for .NET
OnDrawOutlookItemBorder Method (VisualManager)




A DrawButtonDef object associated with an OutlookBarItem to draw a border.

This function is called by the framework on redrawing the OutlookBarItem. Draws a border around the specified OutlookBarItem. This function has no default implementation, but you can override it in your VisualManager-derived class to customize the redrawing of the OutlookBarItem's border.

Syntax
'Declaration
 
Public Overridable Sub OnDrawOutlookItemBorder( _
   ByVal vd As DrawButtonDef _
) 
'Usage
 
Dim instance As VisualManager
Dim vd As DrawButtonDef
 
instance.OnDrawOutlookItemBorder(vd)
public virtual void OnDrawOutlookItemBorder( 
   DrawButtonDef vd
)
public: virtual void OnDrawOutlookItemBorder( 
   DrawButtonDef* vd
) 
public:
virtual void OnDrawOutlookItemBorder( 
   DrawButtonDef^ vd
) 

Parameters

vd
A DrawButtonDef object associated with an OutlookBarItem 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