[]
        
(Showing Draft Content)

FarPoint.Win.InvalidOption

InvalidOption Enum

Specifies what to do with invalid data when the edit control loses focus.

Namespace: FarPoint.Win
Assembly: FarPoint.Win.dll
Syntax
public enum InvalidOption
Public Enum InvalidOption

Fields

Name Description
ClearData

Clears invalid data from the control when the control loses the focus

HideData

Hides invalid data when the control loses the focus (and displays it again when the focus returns)

ShowData

Displays invalid data in the control at all times