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 |
エントリの自動キャプチャの種類を制御します。 (継承元 EntryAttribute) |
AutocorrectionType |
エントリのオートコレクトの種類を制御します。 (継承元 EntryAttribute) |
ClearButtonMode |
標準のクリア ボタン ウィジェットをエントリに表示するかどうかを制御します。 (継承元 EntryAttribute) |
KeyboardType |
データ入力に使用するキーボードの種類を指定します (継承元 EntryAttribute) |
Placeholder |
入力文字列が空の場合に表示するプレースホルダー (継承元 EntryAttribute) |