'宣言 Public Enum ErrorActionEnum Inherits System.Enum
public enum ErrorActionEnum : System.Enum
'宣言 Public Enum ErrorActionEnum Inherits System.Enum
public enum ErrorActionEnum : System.Enum
| メンバ | 解説 |
|---|---|
| None | Control value remains as the user typed it. |
| ResetValue | Control value is reset to the value control had before entering edit mode. |
| SetValueOnError | Control value is set to ValueOnError. |
| ThrowException | Control value is reset to the value control had before entering edit mode, and an exception is thrown. |
System.Object
System.ValueType
System.Enum
C1.Win.C1Input.ErrorActionEnum