Gets/sets the visibility of the main menu.
Namespace: Ico.GwxAssembly: 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) |