Metodo UtilityFillContextMenuStrip
|
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public static void FillContextMenuStrip(
Object ctr,
DedNetApplication app,
PopupMenu ctrCtx,
DedCommandList commandList,
CommandContextEnum commandContext,
ItemClickEventHandler handler
)
Public Shared Sub FillContextMenuStrip (
ctr As Object,
app As DedNetApplication,
ctrCtx As PopupMenu,
commandList As DedCommandList,
commandContext As CommandContextEnum,
handler As ItemClickEventHandler
)
public:
static void FillContextMenuStrip(
Object^ ctr,
DedNetApplication^ app,
PopupMenu^ ctrCtx,
DedCommandList^ commandList,
CommandContextEnum commandContext,
ItemClickEventHandler^ handler
)
static member FillContextMenuStrip :
ctr : Object *
app : DedNetApplication *
ctrCtx : PopupMenu *
commandList : DedCommandList *
commandContext : CommandContextEnum *
handler : ItemClickEventHandler -> unit
Parametri
- ctr Object
-
- app DedNetApplication
-
- ctrCtx PopupMenu
-
- commandList DedCommandList
-
- commandContext CommandContextEnum
-
- handler ItemClickEventHandler
-
Vedi anche