C# 클래스 CommonTools.VisualStyleItemBackground

파일 보기 프로젝트 열기: Nullstr1ng/MultiRDPClient.NET 1 사용 예제들

공개 메소드들

메소드 설명
DrawBackground ( Control owner, Graphics dc, Rectangle r ) : void
VisualStyleItemBackground ( Style style ) : System

비공개 메소드들

메소드 설명
CloseThemeData ( IntPtr hTheme ) : int
DrawThemeBackground ( IntPtr hTheme, IntPtr hdc, int partId, int stateId, [ pRect, [ pClipRect ) : int
OpenThemeData ( IntPtr hwnd, [ pszClassList ) : IntPtr

메소드 상세

DrawBackground() 공개 메소드

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

VisualStyleItemBackground() 공개 메소드

public VisualStyleItemBackground ( Style style ) : System
style Style
리턴 System