BCGControlBar Library for .NET
OnDrawInternalImageButton Method (VisualManager)




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.

Syntax
'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
) 

Parameters

vd

Specifies DrawButtonDef object associated with the caption button to draw.

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