BCGSoft.Visualization Namespace > VisualManager Class : OnDrawOutlookBarCaption Method |
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.
'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 )
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