Method | Description | |
---|---|---|
Add ( this menu, string title, Adf.Core.Tasks.ApplicationTask task, string topic = "", string tip = "" ) : |
||
Add ( this menu, string title, string tip = "" ) : |
||
AddLast ( this menu, string title, Adf.Core.Tasks.ApplicationTask task, string topic = "", string tip = "" ) : |
||
Authorize ( this menu, IAction action ) : void | ||
Up ( this menu ) : |
public static Add ( this menu, string title, Adf.Core.Tasks.ApplicationTask task, string topic = "", string tip = "" ) : |
||
menu | this | |
title | string | |
task | Adf.Core.Tasks.ApplicationTask | |
topic | string | |
tip | string | |
return |
public static Add ( this menu, string title, string tip = "" ) : |
||
menu | this | |
title | string | |
tip | string | |
return |
public static AddLast ( this menu, string title, Adf.Core.Tasks.ApplicationTask task, string topic = "", string tip = "" ) : |
||
menu | this | |
title | string | |
task | Adf.Core.Tasks.ApplicationTask | |
topic | string | |
tip | string | |
return |
public static Authorize ( this menu, IAction action ) : void | ||
menu | this | |
action | IAction | |
return | void |