ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / StyleFlagSet Class / Item Property

In This Topic
    Item Property (StyleFlagSet)
    In This Topic
    Gets or sets a boolean value associated with the specified StyleFlag.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal styleFlag As StyleFlag _
    ) As System.Boolean
    public System.bool this[ 
       StyleFlag styleFlag
    ]; {get; set;}

    Parameters

    styleFlag
    See Also