BCGSoft.Visualization Namespace > VisualManager Class : OnDrawInternalImageButton Method |
Specifies DrawButtonDef object associated with the caption button to draw.
Called by the framework on painting a caption button. Draws a specified image from IMAGES_IDS enumeration on its surface. Override this member function in your VisualManager-derived class to customize the redrawing of the internal image.
'Declaration Public Overridable Sub OnDrawInternalImageButton( _ ByVal vd As DrawButtonDef _ )
'Usage Dim instance As VisualManager Dim vd As DrawButtonDef instance.OnDrawInternalImageButton(vd)
public virtual void OnDrawInternalImageButton( DrawButtonDef vd )
public: virtual void OnDrawInternalImageButton( DrawButtonDef* vd )
public: virtual void OnDrawInternalImageButton( DrawButtonDef^ vd )
Specifies DrawButtonDef object associated with the caption button to draw.
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