BCGControlBar Library for .NET
DrawHighlightedObject Method




Syntax
'Declaration
 
Public Overridable Sub DrawHighlightedObject( _
   ByVal grph As Graphics, _
   ByVal rect As Rectangle _
) 
'Usage
 
Dim instance As ColorGalleryControl
Dim grph As Graphics
Dim rect As Rectangle
 
instance.DrawHighlightedObject(grph, rect)
public virtual void DrawHighlightedObject( 
   Graphics grph,
   Rectangle rect
)
public: virtual void DrawHighlightedObject( 
   Graphics* grph,
   Rectangle rect
) 
public:
virtual void DrawHighlightedObject( 
   Graphics^ grph,
   Rectangle rect
) 

Parameters

grph
rect
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

ColorGalleryControl Class
ColorGalleryControl Members

Send Feedback