BCGControlBar Library for .NET
OnFillOutlookPageButton Method (VisualManager)




A DrawButtonDef object associated with OutlookPageButton and OutlookScroolButton to fill the background.

Called by the framework on painting OutlookPageButton and OutlookScrollButton and filling their background. It has no default implementation, but you can override it in your VisualManager-derived class to customize the interior of the OutlookPageButton and OutlookScrollButton.

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

Parameters

vd
A DrawButtonDef object associated with OutlookPageButton and OutlookScroolButton to fill the background.
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