C# 클래스 FarsiLibrary.Win.BaseClasses.BaseStyledControl

상속: System.Windows.Forms.Control
파일 보기 프로젝트 열기: HEskandari/FarsiLibrary 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnInternalManagerThemeChanged void

공개 메소드들

메소드 설명
BaseStyledControl ( ) : System

Creates a new instance of BaseStyledControl class.

BeginUpdate ( ) : void

Locks the control for update.

CancelUpdate ( ) : void

Cancels all previous locks on the control. Does NOT repaint the control.

EndUpdate ( ) : void

Removes a update lock from control.

Repaint ( ) : void

Invalidate and repaints the control if it is not in lock mode.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnHandleCreated ( EventArgs e ) : void
OnSystemColorsChanged ( EventArgs e ) : void
OnThemeChanged ( EventArgs e ) : void

비공개 메소드들

메소드 설명
OnInternalManagerThemeChanged ( object sender, EventArgs e ) : void

메소드 상세

BaseStyledControl() 공개 메소드

Creates a new instance of BaseStyledControl class.
public BaseStyledControl ( ) : System
리턴 System

BeginUpdate() 공개 메소드

Locks the control for update.
public BeginUpdate ( ) : void
리턴 void

CancelUpdate() 공개 메소드

Cancels all previous locks on the control. Does NOT repaint the control.
public CancelUpdate ( ) : void
리턴 void

Dispose() 보호된 메소드

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

EndUpdate() 공개 메소드

Removes a update lock from control.
public EndUpdate ( ) : void
리턴 void

OnHandleCreated() 보호된 메소드

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

OnSystemColorsChanged() 보호된 메소드

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

OnThemeChanged() 보호된 메소드

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

Repaint() 공개 메소드

Invalidate and repaints the control if it is not in lock mode.
public Repaint ( ) : void
리턴 void