IRhinoUiDialogService.ShowPopupMenu Method

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,
	Nullable<int> screenPointX,
	Nullable<int> screenPointY
)
Function ShowPopupMenu ( 
	arrItems As String(),
	arrModes As Integer(),
	screenPointX As Nullable(Of Integer),
	screenPointY As Nullable(Of Integer)
) As Integer

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})"]

Version Information

Rhino for Windows

Supported in: 6.8
See Also