C# Class CommonTools.VisualStyleItemBackground

Mostra file Open project: Nullstr1ng/MultiRDPClient.NET Class Usage Examples

Public Methods

Method Description
DrawBackground ( Control owner, Graphics dc, Rectangle r ) : void
VisualStyleItemBackground ( Style style ) : System

Private Methods

Method Description
CloseThemeData ( IntPtr hTheme ) : int
DrawThemeBackground ( IntPtr hTheme, IntPtr hdc, int partId, int stateId, [ pRect, [ pClipRect ) : int
OpenThemeData ( IntPtr hwnd, [ pszClassList ) : IntPtr

Method Details

DrawBackground() public method

public DrawBackground ( Control owner, Graphics dc, Rectangle r ) : void
owner System.Windows.Forms.Control
dc System.Drawing.Graphics
r System.Drawing.Rectangle
return void

VisualStyleItemBackground() public method

public VisualStyleItemBackground ( Style style ) : System
style Style
return System