InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel 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 Boolean
    public bool this[ 
       StyleFlag styleFlag
    ]; {get; set;}

    Parameters

    styleFlag
    See Also