InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / RadioButtonElement Class / GetImageElement Method / GetImageElement() Method

In This Topic
    GetImageElement() Method
    In This Topic
    Returns reference to the ImageElement used to display image.
    Syntax
    'Declaration
     
    Public Overloads Function GetImageElement() As ImageElement
    public ImageElement GetImageElement()

    Return Value

    The reference to the ImageElement if it exists; Null otherwise.
    See Also