C# 클래스 Xwt.WPFBackend.MenuBackend

상속: Xwt.WPFBackend.Backend, IMenuBackend
파일 보기 프로젝트 열기: 7digital/xwt 1 사용 예제들

공개 메소드들

메소드 설명
DisableEvent ( object eventId ) : void
EnableEvent ( object eventId ) : void
InitializeBackend ( object frontend ) : void
InsertItem ( int index, IMenuItemBackend item ) : void
Popup ( ) : void
Popup ( IWidgetBackend widget, double x, double y ) : void
RemoveFromParentItem ( ) : void
RemoveItem ( IMenuItemBackend item ) : void

비공개 메소드들

메소드 설명
CreateContextMenu ( ) : System.Windows.Controls.ContextMenu
CreateSwfContextMenu ( ) : System.Windows.Forms.ContextMenu

메소드 상세

DisableEvent() 공개 메소드

public DisableEvent ( object eventId ) : void
eventId object
리턴 void

EnableEvent() 공개 메소드

public EnableEvent ( object eventId ) : void
eventId object
리턴 void

InitializeBackend() 공개 메소드

public InitializeBackend ( object frontend ) : void
frontend object
리턴 void

InsertItem() 공개 메소드

public InsertItem ( int index, IMenuItemBackend item ) : void
index int
item IMenuItemBackend
리턴 void

Popup() 공개 메소드

public Popup ( ) : void
리턴 void

Popup() 공개 메소드

public Popup ( IWidgetBackend widget, double x, double y ) : void
widget IWidgetBackend
x double
y double
리턴 void

RemoveFromParentItem() 공개 메소드

public RemoveFromParentItem ( ) : void
리턴 void

RemoveItem() 공개 메소드

public RemoveItem ( IMenuItemBackend item ) : void
item IMenuItemBackend
리턴 void