MaskedTextProvider.AllowPromptAsInput 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出提示字元是否應視為有效輸入字元。
public:
property bool AllowPromptAsInput { bool get(); };
public bool AllowPromptAsInput { get; }
member this.AllowPromptAsInput : bool
Public ReadOnly Property AllowPromptAsInput As Boolean
屬性值
如果使用者可以輸入 PromptChar 至控制項,則為 true
,否則為 false
。 預設為 true
。
備註
屬性 AllowPromptAsInput 的值是在建構函式中 MaskedTextProvider 設定。
AllowPromptAsInput即使 是 true
,提示字元也必須對遮罩中的目前位置有效,才能接受。