True if this view should be shown in the runtime menu. False if the view is only intended to used in configuration mode or activated in runtime via a pick-action/command/script.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public bool IsVisibleInRuntimeMenu { get; set; } |
Visual Basic |
---|
Public Property IsVisibleInRuntimeMenu As Boolean
Get
Set |
JScript |
---|
function get IsVisibleInRuntimeMenu () : boolean
function set IsVisibleInRuntimeMenu (value : boolean) |
See Also