Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
MaskedTextResultHint.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.ComponentModel
 

Enumerations

enum  System.ComponentModel.MaskedTextResultHint {
  System.ComponentModel.Unknown = 0 , System.ComponentModel.CharacterEscaped = 1 , System.ComponentModel.NoEffect = 2 , System.ComponentModel.SideEffect = 3 ,
  System.ComponentModel.Success = 4 , System.ComponentModel.AsciiCharacterExpected = -1 , System.ComponentModel.AlphanumericCharacterExpected = -2 , System.ComponentModel.DigitExpected = -3 ,
  System.ComponentModel.LetterExpected = -4 , System.ComponentModel.SignedDigitExpected = -5 , System.ComponentModel.InvalidInput = -51 , System.ComponentModel.PromptCharNotAllowed = -52 ,
  System.ComponentModel.UnavailableEditPosition = -53 , System.ComponentModel.NonEditPosition = -54 , System.ComponentModel.PositionOutOfRange = -55
}