C# 클래스 CustomControlUsingRenderers.MyUserControl

상속: System.Windows.Forms.UserControl, IContentValues
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

메소드 설명
GetImage ( PaletteState state ) : Image
GetImageTransparentColor ( PaletteState state ) : Color
GetLongText ( ) : string
GetShortText ( ) : string
MyUserControl ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

비공개 메소드들

메소드 설명
CreateRectGraphicsPath ( Rectangle rect ) : GraphicsPath
GetButtonState ( ) : PaletteState
OnGlobalPaletteChanged ( object sender, EventArgs e ) : void
OnPalettePaint ( object sender, PaletteLayoutEventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetImage() 공개 메소드

public GetImage ( PaletteState state ) : Image
state PaletteState
리턴 Image

GetImageTransparentColor() 공개 메소드

public GetImageTransparentColor ( PaletteState state ) : Color
state PaletteState
리턴 Color

GetLongText() 공개 메소드

public GetLongText ( ) : string
리턴 string

GetShortText() 공개 메소드

public GetShortText ( ) : string
리턴 string

MyUserControl() 공개 메소드

public MyUserControl ( ) : System
리턴 System

OnLayout() 보호된 메소드

protected OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
e System.Windows.Forms.LayoutEventArgs
리턴 void

OnMouseDown() 보호된 메소드

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnMouseEnter() 보호된 메소드

protected OnMouseEnter ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnMouseLeave() 보호된 메소드

protected OnMouseLeave ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnMouseUp() 보호된 메소드

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void