Gets/sets the visibility of the runtime Ribbon Control.

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

Syntax

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

Implements

IGwxRuntimeViewControlParentRibbonVisible()()()()

See Also