BCGSoft.Visualization Namespace > VisualManager Class : OnDrawBarGripper Method |
Specifies DrawBarBorderDef object associated with a command bar to draw a gripper.
This function is called by the framework on painting a command bar. The default implementation displays the standard gripper. Override this member function in your VisualManager-derived class to customize the gripper appearance.
'Declaration Public Overridable Sub OnDrawBarGripper( _ ByVal vd As ControlVisualDef _ )
'Usage Dim instance As VisualManager Dim vd As ControlVisualDef instance.OnDrawBarGripper(vd)
public virtual void OnDrawBarGripper( ControlVisualDef vd )
public: virtual void OnDrawBarGripper( ControlVisualDef* vd )
public: virtual void OnDrawBarGripper( ControlVisualDef^ vd )
Specifies DrawBarBorderDef object associated with a command bar to draw a gripper.
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