BCGControlBar Library for .NET
DrawNoFillButton Method




Syntax
'Declaration
 
Protected Sub DrawNoFillButton( _
   ByVal graphics As Graphics, _
   ByVal rectObject As Rectangle, _
   ByVal highlight As Boolean, _
   ByVal selected As Boolean, _
   ByVal objColor As Color _
) 
'Usage
 
Dim instance As ColorGalleryButton
Dim graphics As Graphics
Dim rectObject As Rectangle
Dim highlight As Boolean
Dim selected As Boolean
Dim objColor As Color
 
instance.DrawNoFillButton(graphics, rectObject, highlight, selected, objColor)
protected void DrawNoFillButton( 
   Graphics graphics,
   Rectangle rectObject,
   bool highlight,
   bool selected,
   Color objColor
)
protected: void DrawNoFillButton( 
   Graphics* graphics,
   Rectangle rectObject,
   bool highlight,
   bool selected,
   Color objColor
) 
protected:
void DrawNoFillButton( 
   Graphics^ graphics,
   Rectangle rectObject,
   bool highlight,
   bool selected,
   Color objColor
) 

Parameters

graphics
rectObject
highlight
selected
objColor
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

ColorGalleryButton Class
ColorGalleryButton Members

Send Feedback