C# 클래스 ComponentFactory.Krypton.Toolkit.Storage

상속: GlobalId
파일 보기 프로젝트 열기: ComponentFactory/Krypton

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
PerformNeedPaint ( ) : void

Fires the NeedPaint event.

PerformNeedPaint ( bool needLayout ) : void

Fires the NeedPaint event.

ToString ( ) : string

Returns a string that represents the current defaulted state.

보호된 메소드들

메소드 설명
OnNeedPaint ( object sender, NeedLayoutEventArgs e ) : void

Raises the NeedPaint event.

메소드 상세

OnNeedPaint() 보호된 메소드

Raises the NeedPaint event.
protected OnNeedPaint ( object sender, NeedLayoutEventArgs e ) : void
sender object Source of the event.
e NeedLayoutEventArgs An NeedLayoutEventArgs containing event data.
리턴 void

PerformNeedPaint() 공개 메소드

Fires the NeedPaint event.
public PerformNeedPaint ( ) : void
리턴 void

PerformNeedPaint() 공개 메소드

Fires the NeedPaint event.
public PerformNeedPaint ( bool needLayout ) : void
needLayout bool Does the palette change require a layout.
리턴 void

ToString() 공개 메소드

Returns a string that represents the current defaulted state.
public ToString ( ) : string
리턴 string