ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / CheckButtonElement Class / GetImage Method

In This Topic
    GetImage Method (CheckButtonElement)
    In This Topic
    Returns the check box image.
    Syntax
    'Declaration
     
    Public Shared Function GetImage( _
       Optional ByVal state As System.Windows.Forms.VisualStyles.CheckBoxState _
    ) As System.Drawing.Image
    public static System.Drawing.Image GetImage( 
       System.Windows.Forms.VisualStyles.CheckBoxState state
    )

    Parameters

    state
    See Also