BCGControlBar Library for .NET
OnDrawDescription Method (PropertyListControl)




Syntax
'Declaration
 
Protected Overridable Sub OnDrawDescription( _
   ByVal graphics As Graphics, _
   ByVal rect As Rectangle, _
   ByVal colorText As Color _
) 
'Usage
 
Dim instance As PropertyListControl
Dim graphics As Graphics
Dim rect As Rectangle
Dim colorText As Color
 
instance.OnDrawDescription(graphics, rect, colorText)
protected virtual void OnDrawDescription( 
   Graphics graphics,
   Rectangle rect,
   Color colorText
)
protected: virtual void OnDrawDescription( 
   Graphics* graphics,
   Rectangle rect,
   Color colorText
) 
protected:
virtual void OnDrawDescription( 
   Graphics^ graphics,
   Rectangle rect,
   Color colorText
) 

Parameters

graphics
rect
colorText
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

PropertyListControl Class
PropertyListControl Members

Send Feedback