InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / RadioButtonElement Class / GetRadioImage Method

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

    Parameters

    isChecked
    See Also