Metodo UtilityFillContextMenuStrip
|
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 22.4.2.0 (22.4.2.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
- Tipo: SystemObject
- app
- Tipo: DedNetDedNetApplication
- ctrCtx
- Tipo: PopupMenu
- commandList
- Tipo: DedNet.CommandsDedCommandList
- commandContext
- Tipo: DedNet.CommandsCommandContextEnum
- handler
- Tipo: ItemClickEventHandler
Vedi anche