ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.Windows.Forms.VisualStyles.RadioButtonState _
    ) As System.Drawing.Image
    public static System.Drawing.Image GetImage( 
       System.Windows.Forms.VisualStyles.RadioButtonState state
    )

    Parameters

    state
    See Also