C# 클래스 Eto.Forms.MenuBar

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
MenuBar ( ) : System

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

MenuBar ( IEnumerable items ) : System

Initializes a new instance of the Eto.Forms.MenuBar class with the specified items.

보호된 메소드들

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

Raises the BindableWidget.DataContextChanged event

Implementors may override this to fire this event on child widgets in a heirarchy. This allows a control to be bound to its own BindableWidget.DataContext, which would be set on one of the parent control(s).

OnLoad ( EventArgs e ) : void

Called when the menu is assigned to a control/window

OnPreLoad ( EventArgs e ) : void

Called before the menu is assigned to a control/window

OnUnLoad ( EventArgs e ) : void

Called when the menu is removed from a control/window

메소드 상세

MenuBar() 공개 메소드

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

MenuBar() 공개 메소드

Initializes a new instance of the Eto.Forms.MenuBar class with the specified items.
public MenuBar ( IEnumerable items ) : System
items IEnumerable Items to add to the menu bar initially.
리턴 System

OnDataContextChanged() 보호된 메소드

Raises the BindableWidget.DataContextChanged event
Implementors may override this to fire this event on child widgets in a heirarchy. This allows a control to be bound to its own BindableWidget.DataContext, which would be set on one of the parent control(s).
protected OnDataContextChanged ( EventArgs e ) : void
e System.EventArgs Event arguments
리턴 void

OnLoad() 보호된 메소드

Called when the menu is assigned to a control/window
protected OnLoad ( EventArgs e ) : void
e System.EventArgs Event arguments
리턴 void

OnPreLoad() 보호된 메소드

Called before the menu is assigned to a control/window
protected OnPreLoad ( EventArgs e ) : void
e System.EventArgs Event arguments
리턴 void

OnUnLoad() 보호된 메소드

Called when the menu is removed from a control/window
protected OnUnLoad ( EventArgs e ) : void
e System.EventArgs Event arguments
리턴 void