C# 클래스 ComponentFactory.Krypton.Ribbon.KryptonRibbonRecentDoc

상속: System.ComponentModel.Component
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ResetTag void
ShouldSerializeTag bool

공개 메소드들

메소드 설명
KryptonRibbonRecentDoc ( ) : System

Initialise a new instance of the KryptonRibbonRecentDoc class.

PerformClick ( ) : void

Generates a Click event for the component.

보호된 메소드들

메소드 설명
OnClick ( EventArgs e ) : void

Raises the Click event.

비공개 메소드들

메소드 설명
ResetTag ( ) : void
ShouldSerializeTag ( ) : bool

메소드 상세

KryptonRibbonRecentDoc() 공개 메소드

Initialise a new instance of the KryptonRibbonRecentDoc class.
public KryptonRibbonRecentDoc ( ) : System
리턴 System

OnClick() 보호된 메소드

Raises the Click event.
protected OnClick ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
리턴 void

PerformClick() 공개 메소드

Generates a Click event for the component.
public PerformClick ( ) : void
리턴 void