Wimark.Controls Class Library  

TrackBar.PaintControl Method

Draws the track bar on a graphics object.

[Visual Basic]
Public Sub PaintControl( _
   ByVal offset As Point, _
   ByVal graphics As Graphics, _
   ByVal clipRect As Rectangle, _
   ByVal onlyContent As Boolean _
)
 
[C#]
public void PaintControl( 
   Point offset, 
   Graphics graphics, 
   Rectangle clipRect, 
   bool onlyContent 
);
[C++]
public: void PaintControl( 
   Point offset, 
   Graphics* graphics, 
   Rectangle clipRect, 
   bool onlyContent 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

TrackBar Class | TrackBar Members | Wimark.Controls Namespace