Full screen mode.
Set this property to true if you want to switch editor to FullScreen Mode. All client area of the page will be covered by WebEditor.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
C# |
---|
[RefreshPropertiesAttribute(RefreshProperties.All)] [DefaultValueAttribute(false)] public bool FullScreenMode { get; set; } |
Visual Basic (Declaration) |
---|
<RefreshPropertiesAttribute(RefreshProperties.All)> _ <DefaultValueAttribute(False)> _ Public Property FullScreenMode As Boolean Get Set |