PasswordAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
[System.AttributeUsage(System.AttributeTargets.Property | System.AttributeTargets.Field, Inherited=false)]
public class PasswordAttribute : MonoTouch.Dialog.EntryAttribute
type PasswordAttribute = class
inherit EntryAttribute
- 繼承
- 屬性
建構函式
PasswordAttribute(String) |
欄位
AutocapitalizationType |
控制專案的自動capitalization 種類。 (繼承來源 EntryAttribute) |
AutocorrectionType |
控制專案的自動校正類型。 (繼承來源 EntryAttribute) |
ClearButtonMode |
控制標準清除按鈕小工具是否出現在專案上。 (繼承來源 EntryAttribute) |
KeyboardType |
指定要用於資料輸入的鍵盤類型類型 (繼承來源 EntryAttribute) |
Placeholder |
如果輸入字串是空的,要顯示的預留位置 (繼承來源 EntryAttribute) |