BCGControlBar Library for .NET
OnDrawPaneText Method




Syntax
'Declaration
 
Protected Overridable Sub OnDrawPaneText( _
   ByVal grph As Graphics, _
   ByVal text As String, _
   ByVal textColor As Color, _
   ByVal rectText As Rectangle, _
   ByVal textFormat As StringFormat _
) 
'Usage
 
Dim instance As StatusBarControl
Dim grph As Graphics
Dim text As String
Dim textColor As Color
Dim rectText As Rectangle
Dim textFormat As StringFormat
 
instance.OnDrawPaneText(grph, text, textColor, rectText, textFormat)
protected virtual void OnDrawPaneText( 
   Graphics grph,
   string text,
   Color textColor,
   Rectangle rectText,
   StringFormat textFormat
)
protected: virtual void OnDrawPaneText( 
   Graphics* grph,
   string* text,
   Color textColor,
   Rectangle rectText,
   StringFormat* textFormat
) 
protected:
virtual void OnDrawPaneText( 
   Graphics^ grph,
   String^ text,
   Color textColor,
   Rectangle rectText,
   StringFormat^ textFormat
) 

Parameters

grph
text
textColor
rectText
textFormat
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

StatusBarControl Class
StatusBarControl Members

Send Feedback