Gets/sets the visibility of the main menu.

Namespace: Ico.Gwx
Assembly: GwxRuntimeControl (in GwxRuntimeControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool MenuVisible { get; set; }
Visual Basic
Public Property MenuVisible As Boolean
	Get
	Set
JScript
final function get MenuVisible () : boolean
final function set MenuVisible (value : boolean)

Implements

IGwxRuntimeViewControlParentMenuVisible()()()()

See Also