BCGControlBar Library for .NET
OnDrawOutlookGripper Method (VisualManager)




Specifies the VisualizationDefBase object associated with the OutlookPageButton to draw a gripper.
This function is called by the framework on redrawing the OutlookPageButton if the current Visual style is not MSOffice 2003-compatible style. Draws the gripper on the OutlookPageButton.
Syntax
'Declaration
 
Public Overridable Sub OnDrawOutlookGripper( _
   ByVal vd As VisualizationDefBase _
) 
'Usage
 
Dim instance As VisualManager
Dim vd As VisualizationDefBase
 
instance.OnDrawOutlookGripper(vd)
public virtual void OnDrawOutlookGripper( 
   VisualizationDefBase vd
)
public: virtual void OnDrawOutlookGripper( 
   VisualizationDefBase* vd
) 
public:
virtual void OnDrawOutlookGripper( 
   VisualizationDefBase^ vd
) 

Parameters

vd
Specifies the VisualizationDefBase object associated with the OutlookPageButton to draw a gripper.
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