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

Button specification appropriate for an application menu
상속: ButtonSpecAny
파일 보기 프로젝트 열기: megakraken/Krypton

보호된 메소드들

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

Raises the Click event.

메소드 상세

OnClick() 보호된 메소드

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