Gets the contextual menu for assigning page tabs ContextMenuStrip

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

Syntax

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

See Also