MultiSelect for WinForms
ShowLiteralsEnum 列挙体

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 : ShowLiteralsEnum 列挙体
Used by MaskInfo.ShowLiterals property.
シンタックス
'宣言
 
Public Enum ShowLiteralsEnum 
   Inherits System.Enum
public enum ShowLiteralsEnum : System.Enum 
メンバ
メンバ解説
FreeFormatEntryThe mask is validated on exit (no literals or prompt chars displayed automatically).
ShowAlwaysThe whole mask is shown when editing begins (empty spaces filled with PromptChar).
WhenNextStartedThe literals will be inserted after the user enters the first character of the field that follows the literals.
WhenPrevFilledLiterals that follows the input mask will be inserted after the user enters the last character in the current field.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Input.ShowLiteralsEnum

参照

C1.Win.C1Input 名前空間