ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.Drawing.Image
    protected virtual System.Drawing.Image GetCheckboxImage()

    Return Value

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