CADability dotNET
Returns true if the provided name is a popup menu (context menu)

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public static bool IsPopup(
	string MenuName
)
Visual Basic
Public Shared Function IsPopup ( _
	MenuName As String _
) As Boolean
Visual C++
public:
static bool IsPopup(
	String^ MenuName
)

Parameters

MenuName
Type: System..::..String

Return Value

See Also