InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / CheckButtonElement Class / GetImage Method

In This Topic
    GetImage Method (CheckButtonElement)
    In This Topic
    Returns the check box image.
    Syntax
    'Declaration
     
    Public Shared Function GetImage( _
       Optional ByVal state As CheckBoxState _
    ) As Image
    public static Image GetImage( 
       CheckBoxState state
    )

    Parameters

    state
    See Also