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

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

    Parameters

    state
    See Also