Enterprise Architect Add-in Framework Documentation
the different options of the menu. Set these options in the constructor of the derived add-in class

Namespace: EAAddinFramework
Assembly: EAAddinFramework (in EAAddinFramework.dll) Version: 1.0.4064.9398

Syntax

C#
protected virtual string[] menuOptions { get; set; }
Visual Basic
Protected Overridable Property menuOptions As String()
	Get
	Set
Visual C++
protected:
virtual property array<String^>^ menuOptions {
	array<String^>^ get ();
	void set (array<String^>^ value);
}

See Also