C# 클래스 Ext.Net.CheckMenuItem

파일 보기 프로젝트 열기: pgodwin/Ext.net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CheckMenuItem System
IPostBackDataHandler bool
OnBeforeClientInitHandler void
OnCheckedChanged void
SetChecked void
SetChecked void

공개 메소드들

메소드 설명
CheckMenuItem ( Config config ) : System

IPostBackDataHandler ( ) : void

비공개 메소드들

메소드 설명
CheckMenuItem ( ) : System
IPostBackDataHandler ( string postDataKey, NameValueCollection postCollection ) : bool
OnBeforeClientInitHandler ( ) : void
OnCheckedChanged ( EventArgs e ) : void
SetChecked ( bool value ) : void
SetChecked ( bool value, bool suppressEvent ) : void

메소드 상세

CheckMenuItem() 공개 메소드

public CheckMenuItem ( Config config ) : System
config Config
리턴 System

IPostBackDataHandler() 공개 메소드

public IPostBackDataHandler ( ) : void
리턴 void