BCGControlBar Library for .NET
OnDrawInternalImageButtonIcon Method (VisualManagerXP)




A DrawButtonDef object associated with a button to draw an internal image.
Indicates a value if the parent command bar of the specified button is active.
Specifies a point of the button image to draw.
Draw an image from IMAGE_IDS enumeration within the specified button.
Syntax
'Declaration
 
Public Overridable Sub OnDrawInternalImageButtonIcon( _
   ByVal vd As DrawButtonDef, _
   ByVal parentActive As Boolean, _
   ByVal ptImage As Point _
) 
'Usage
 
Dim instance As VisualManagerXP
Dim vd As DrawButtonDef
Dim parentActive As Boolean
Dim ptImage As Point
 
instance.OnDrawInternalImageButtonIcon(vd, parentActive, ptImage)
public virtual void OnDrawInternalImageButtonIcon( 
   DrawButtonDef vd,
   bool parentActive,
   Point ptImage
)
public: virtual void OnDrawInternalImageButtonIcon( 
   DrawButtonDef* vd,
   bool parentActive,
   Point ptImage
) 
public:
virtual void OnDrawInternalImageButtonIcon( 
   DrawButtonDef^ vd,
   bool parentActive,
   Point ptImage
) 

Parameters

vd
A DrawButtonDef object associated with a button to draw an internal image.
parentActive
Indicates a value if the parent command bar of the specified button is active.
ptImage
Specifies a point of the button image 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

VisualManagerXP Class
VisualManagerXP Members

Send Feedback