Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputCheckBox Class / IsResetSelectionNeeded Method

In This Topic
    IsResetSelectionNeeded Method (RenderInputCheckBox)
    In This Topic
    Called to test whether the selection on the parent control should be reset when the underlying control receives input focus.
    Syntax
    'Declaration
     
    Public Overridable Function IsResetSelectionNeeded() As Boolean
    public virtual bool IsResetSelectionNeeded()

    Return Value

    False (override this method to change that).
    See Also