BCGControlBar Library for .NET
OnDrawProperty Method




Syntax
'Declaration
 
Protected Overridable Function OnDrawProperty( _
   ByVal graphics As Graphics, _
   ByVal prop As PropertyListItem, _
   ByVal font As Font, _
   ByVal textColor As Color _
) As Boolean
'Usage
 
Dim instance As PropertyListControl
Dim graphics As Graphics
Dim prop As PropertyListItem
Dim font As Font
Dim textColor As Color
Dim value As Boolean
 
value = instance.OnDrawProperty(graphics, prop, font, textColor)
protected virtual bool OnDrawProperty( 
   Graphics graphics,
   PropertyListItem prop,
   Font font,
   Color textColor
)
protected: virtual bool OnDrawProperty( 
   Graphics* graphics,
   PropertyListItem* prop,
   Font* font,
   Color textColor
) 
protected:
virtual bool OnDrawProperty( 
   Graphics^ graphics,
   PropertyListItem^ prop,
   Font^ font,
   Color textColor
) 

Parameters

graphics
prop
font
textColor
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