Displays a popup menu of relevant items when right-clicking the control

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool AutoPopupMenu { get; set; }
Public Property AutoPopupMenu As Boolean
	Get
	Set
public:
property bool AutoPopupMenu {
	bool get ();
	void set (bool value);
}

See Also