Click or drag to resize

IRhinoUiDialogServiceShowPopupMenu Method

[Missing <summary> documentation for "M:Rhino.UI.IRhinoUiDialogService.ShowPopupMenu(System.String[],System.Int32[],System.Nullable{System.Int32},System.Nullable{System.Int32})"]

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
int ShowPopupMenu(
	string[] arrItems,
	int[] arrModes,
	int? screenPointX,
	int? screenPointY
)

Parameters

arrItems
Type: SystemString

[Missing <param name="arrItems"/> documentation for "M:Rhino.UI.IRhinoUiDialogService.ShowPopupMenu(System.String[],System.Int32[],System.Nullable{System.Int32},System.Nullable{System.Int32})"]

arrModes
Type: SystemInt32

[Missing <param name="arrModes"/> documentation for "M:Rhino.UI.IRhinoUiDialogService.ShowPopupMenu(System.String[],System.Int32[],System.Nullable{System.Int32},System.Nullable{System.Int32})"]

screenPointX
Type: SystemNullableInt32

[Missing <param name="screenPointX"/> documentation for "M:Rhino.UI.IRhinoUiDialogService.ShowPopupMenu(System.String[],System.Int32[],System.Nullable{System.Int32},System.Nullable{System.Int32})"]

screenPointY
Type: SystemNullableInt32

[Missing <param name="screenPointY"/> documentation for "M:Rhino.UI.IRhinoUiDialogService.ShowPopupMenu(System.String[],System.Int32[],System.Nullable{System.Int32},System.Nullable{System.Int32})"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Rhino.UI.IRhinoUiDialogService.ShowPopupMenu(System.String[],System.Int32[],System.Nullable{System.Int32},System.Nullable{System.Int32})"]

See Also