BCGControlBar Library for .NET
OnFillOutlookPageButtonInterior Method




A DrawButtonDef object associated with an OutlookPageButton to highlight.
Called by the framework on filling the interior of the OutlookPageButton. Highlights the OutlookPageButton when it is in highlighted state.
Syntax
'Declaration
 
Public Overridable Sub OnFillOutlookPageButtonInterior( _
   ByVal vd As DrawButtonDef _
) 
'Usage
 
Dim instance As VisualManager
Dim vd As DrawButtonDef
 
instance.OnFillOutlookPageButtonInterior(vd)
public virtual void OnFillOutlookPageButtonInterior( 
   DrawButtonDef vd
)
public: virtual void OnFillOutlookPageButtonInterior( 
   DrawButtonDef* vd
) 
public:
virtual void OnFillOutlookPageButtonInterior( 
   DrawButtonDef^ vd
) 

Parameters

vd
A DrawButtonDef object associated with an OutlookPageButton to highlight.
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