Input for WinForms | ComponentOne
C1.Framework Namespace / CheckButtonElement Class / GetCheckedImage Method

In This Topic
    GetCheckedImage Method
    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