Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
CreateContextMenu ( ) : System.Windows.Controls.ContextMenu | ||
CreateSwfContextMenu ( ) : System.Windows.Forms.ContextMenu |
public DisableEvent ( object eventId ) : void | ||
eventId | object | |
return | void |
public InitializeBackend ( object frontend ) : void | ||
frontend | object | |
return | void |
public InsertItem ( int index, IMenuItemBackend item ) : void | ||
index | int | |
item | IMenuItemBackend | |
return | void |
public Popup ( IWidgetBackend widget, double x, double y ) : void | ||
widget | IWidgetBackend | |
x | double | |
y | double | |
return | void |
public RemoveItem ( IMenuItemBackend item ) : void | ||
item | IMenuItemBackend | |
return | void |