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

In This Topic
    GetCheckboxImage() Method
    In This Topic
    Gets a check box image as a function of the current checkbox state.
    Syntax
    'Declaration
     
    Protected Overloads Overridable Function GetCheckboxImage() As Image
    protected virtual Image GetCheckboxImage()

    Return Value

    A checkbox image to be displayed in the element.
    See Also