InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / CheckButtonElement Class / GetCheckedImage Method

In This Topic
    GetCheckedImage Method (CheckButtonElement)
    In This Topic
    Returns the check box image.
    Syntax
    'Declaration
     
    Public Shared Function GetCheckedImage( _
       ByVal isChecked As Boolean _
    ) As Image
    public static Image GetCheckedImage( 
       bool isChecked
    )

    Parameters

    isChecked
    See Also