Ribbon.Minimized Property
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.