ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.Boolean _
    ) As System.Drawing.Image
    public static System.Drawing.Image GetRadioImage( 
       System.bool isChecked
    )

    Parameters

    isChecked
    See Also