BCGControlBar Library for .NET
OnFillDrawButtonDef Method (ToolbarFocusableButton)




Syntax
'Declaration
 
Protected Overrides Sub OnFillDrawButtonDef( _
   ByVal vd As DrawButtonDef _
) 
'Usage
 
Dim instance As ToolbarFocusableButton
Dim vd As DrawButtonDef
 
instance.OnFillDrawButtonDef(vd)
protected override void OnFillDrawButtonDef( 
   DrawButtonDef vd
)
protected: void OnFillDrawButtonDef( 
   DrawButtonDef* vd
) override 
protected:
void OnFillDrawButtonDef( 
   DrawButtonDef^ vd
) override 

Parameters

vd
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

ToolbarFocusableButton Class
ToolbarFocusableButton Members
Base Implementation in OnFillDrawButtonDef

Send Feedback