MultiSelect for WinForms
MaskInfo クラス メンバ
プロパティ  メソッド 

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 : MaskInfo クラス

MaskInfoデータ型で公開されるメンバを以下の表に示します。

パブリック プロパティ
 名前解説
Public プロパティIf True, focus automatically moves to the next control when the mask is filled.  
Public プロパティTrue if comparison with mask literals is case-sensitive; otherwise, False.  
Public プロパティText entered by the user without literals (mask literals stripped).  
Public プロパティIf True, text copied to the clipboard includes literals.  
Public プロパティThe collection of user-defined mask characters.  
Public プロパティReturns the number of editable positions in the edit mask.  
Public プロパティThe edit mask string restricting user input.  
Public プロパティText in a readable format, with literals and without blanks.  
Public プロパティIf True, empty strings are interpreted as null values (DbNull).  
Public プロパティError message shown in the standard message box and/or if an exception occurs.  
Public プロパティManages inheritance of the MaskInfo properties from the host control properties.  
Public プロパティGets a value indicates whether the mask pattern in regular expression style was succesfully recognized or not.  
Public プロパティCharacter displayed on empty mask positions in edit mode.  
Public プロパティA System.String representing the mask in regular expression style with custom keywords.  
Public プロパティGets ot sets a value that indicate RegexpMaskType of the mask in regular expression style.  
Public プロパティIf True, the stored text includes blank positions as StoredEmptyChar.  
Public プロパティIf True (default), the stored text includes literals.  
Public プロパティLiteral display method.  
Public プロパティIf True (default), optional mask positions are automatically skipped until the first position allowing the typed character.  
Public プロパティThe stored string obtained from the user input string.  
Public プロパティCharacter stored in empty mask positions.  
トップ
パブリック メソッド
 名前解説
Public メソッド System.MarshalByRefObjectから継承されます。
Public メソッドReturns the string containing characters entered by the user, including those on optional positions that were left blank (skipped).  
Public メソッドReturns a string formatted for display using edit mask.  
Public メソッド System.MarshalByRefObjectから継承されます。
Public メソッドReturns the string that will be stored in the database, in accordance with current values of SaveLiterals, SaveBlanks and StoredEmptyChar properties.  
Public メソッド System.MarshalByRefObjectから継承されます。
Public メソッドReturns True if EditMask is non-empty and the control is in edit mode.  
Public メソッドReturns True if the input string is valid with respect to the edit mask.  
Public メソッドResets whole MaskInfo property of base control  
Public メソッドResets the text to the string representing a DBNull value.  
トップ
参照

MaskInfo クラス
C1.Win.C1Input 名前空間