BCGSoft.Visualization Namespace > VisualManager Class : OnFillOutlookItemInterior Method |
This function is called by the framework on redrawing the outlook item. It has no default implementation, but you can override it in your VisualManager-derived class to customize the interior of the OutlookBarItem.
'Declaration Public Overridable Sub OnFillOutlookItemInterior( _ ByVal vd As DrawButtonDef _ )
'Usage Dim instance As VisualManager Dim vd As DrawButtonDef instance.OnFillOutlookItemInterior(vd)
public virtual void OnFillOutlookItemInterior( DrawButtonDef vd )
public: virtual void OnFillOutlookItemInterior( DrawButtonDef* vd )
public: virtual void OnFillOutlookItemInterior( DrawButtonDef^ 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