InfoConnect for Unisys
Expanded Property


Gets or sets the Ribbon control expanded state. Returns True if it is fully expanded and False if it is collapsed.
Syntax
'Declaration
 
Property Expanded As Boolean
'Usage
 
Dim instance As IRibbon
Dim value As Boolean
 
instance.Expanded = value
 
value = instance.Expanded
bool Expanded {get; set;}
See Also