Gets the contextual menu for assigning measure units ContextMenuStrip

Namespace:  PerpetuumSoft.Reporting.Designer
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public ContextMenuStrip MetricUnitMenu { get; }
Visual Basic (Declaration)
Public ReadOnly Property MetricUnitMenu As ContextMenuStrip
Visual C++
public:
property ContextMenuStrip^ MetricUnitMenu {
	ContextMenuStrip^ get ();
}

See Also