Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / Ribbon Object / Expanded Property
In This Topic
    Expanded Property
    In This Topic
    Get or set the Ribbon control expanded state. Returns True if it is fully expanded and False if it is collapsed.
    Syntax
    expression.Expanded As Boolean
    where expression is a variable that represents a Ribbon Object
    See Also