C# 클래스 Eto.Forms.RadioMenuItem

상속: Eto.Forms.MenuItem
파일 보기 프로젝트 열기: picoe/Eto 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
PerformClick ( ) : void

Performs the click handler for this item which sets the check state to true.

This performs the click by calling MenuItem.OnClick which triggers the MenuItem.Click event. The Checked state will also be set to true.

RadioMenuItem ( ) : System

Initializes a new instance of the Eto.Forms.RadioMenuItem class.

RadioMenuItem ( Eto.Forms.RadioCommand command, RadioMenuItem controller = null ) : System

Initializes a new instance of the Eto.Forms.RadioMenuItem class with the specified command and controller.

RadioMenuItem ( RadioMenuItem controller ) : System

Initializes a new instance of the Eto.Forms.RadioMenuItem class.

보호된 메소드들

메소드 설명
GetCallback ( ) : object

Gets an instance of an object used to perform callbacks to the widget from handler implementations

OnCheckedChanged ( EventArgs e ) : void

Raises the CheckedChanged event.

메소드 상세

GetCallback() 보호된 메소드

Gets an instance of an object used to perform callbacks to the widget from handler implementations
protected GetCallback ( ) : object
리턴 object

OnCheckedChanged() 보호된 메소드

Raises the CheckedChanged event.
protected OnCheckedChanged ( EventArgs e ) : void
e System.EventArgs E.
리턴 void

PerformClick() 공개 메소드

Performs the click handler for this item which sets the check state to true.
This performs the click by calling MenuItem.OnClick which triggers the MenuItem.Click event. The Checked state will also be set to true.
public PerformClick ( ) : void
리턴 void

RadioMenuItem() 공개 메소드

Initializes a new instance of the Eto.Forms.RadioMenuItem class.
public RadioMenuItem ( ) : System
리턴 System

RadioMenuItem() 공개 메소드

Initializes a new instance of the Eto.Forms.RadioMenuItem class with the specified command and controller.
public RadioMenuItem ( Eto.Forms.RadioCommand command, RadioMenuItem controller = null ) : System
command Eto.Forms.RadioCommand Command to initialize the menu item with.
controller RadioMenuItem Controller radio menu item to link to, or null if no controller.
리턴 System

RadioMenuItem() 공개 메소드

Initializes a new instance of the Eto.Forms.RadioMenuItem class.
public RadioMenuItem ( RadioMenuItem controller ) : System
controller RadioMenuItem Controller radio menu item to link to, or null if no controller.
리턴 System