Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether the Server ribbon is minimized or not.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Public Property Minimized As Boolean
Get
Set
'Usage
Dim instance As Ribbon
Dim value As Boolean
value = instance.Minimized
instance.Minimized = value
public bool Minimized { get; set; }
Property Value
Type: System.Boolean
true if the ribbon is minimized; otherwise, false.