BCGControlBar Library for .NET
OnDrawOutlookBarCaption Method (VisualManager)




Specifies the DrawOutlookCaptionDef object associated with the outlook bar caption to draw.

This function is called by the framework on redrawing the caption of the outlook bar control. It has no default implementation, but you can override it in your VisualManager-derived class to customize the redrawing of the OutlookBarCaption.

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

Parameters

vd
Specifies the DrawOutlookCaptionDef object associated with the outlook bar caption to draw.
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