BCGControlBar Library for .NET
OnDrawLargeModeText Method




Syntax
'Declaration
 
Protected Sub OnDrawLargeModeText( _
   ByVal graphics As Graphics, _
   ByVal rectButton As Rectangle, _
   ByVal textOffset As Point, _
   ByVal colorText As Color, _
   ByVal isDrawArrow As Boolean, _
   ByVal bDisabled As Boolean _
) 
'Usage
 
Dim instance As ToolbarButton
Dim graphics As Graphics
Dim rectButton As Rectangle
Dim textOffset As Point
Dim colorText As Color
Dim isDrawArrow As Boolean
Dim bDisabled As Boolean
 
instance.OnDrawLargeModeText(graphics, rectButton, textOffset, colorText, isDrawArrow, bDisabled)
protected void OnDrawLargeModeText( 
   Graphics graphics,
   Rectangle rectButton,
   Point textOffset,
   Color colorText,
   bool isDrawArrow,
   bool bDisabled
)
protected: void OnDrawLargeModeText( 
   Graphics* graphics,
   Rectangle rectButton,
   Point textOffset,
   Color colorText,
   bool isDrawArrow,
   bool bDisabled
) 
protected:
void OnDrawLargeModeText( 
   Graphics^ graphics,
   Rectangle rectButton,
   Point textOffset,
   Color colorText,
   bool isDrawArrow,
   bool bDisabled
) 

Parameters

graphics
rectButton
textOffset
colorText
isDrawArrow
bDisabled
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

ToolbarButton Class
ToolbarButton Members

Send Feedback