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.

See also

Reference

Ribbon class

Ribbon members

Microsoft.Web.CommandUI namespace