次の方法で共有


PasswordAttribute クラス

定義

[System.AttributeUsage(System.AttributeTargets.Property | System.AttributeTargets.Field, Inherited=false)]
public class PasswordAttribute : MonoTouch.Dialog.EntryAttribute
type PasswordAttribute = class
    inherit EntryAttribute
継承
PasswordAttribute
属性

コンストラクター

PasswordAttribute(String)

フィールド

AutocapitalizationType

エントリの自動キャプチャの種類を制御します。

(継承元 EntryAttribute)
AutocorrectionType

エントリのオートコレクトの種類を制御します。

(継承元 EntryAttribute)
ClearButtonMode

標準のクリア ボタン ウィジェットをエントリに表示するかどうかを制御します。

(継承元 EntryAttribute)
KeyboardType

データ入力に使用するキーボードの種類を指定します

(継承元 EntryAttribute)
Placeholder

入力文字列が空の場合に表示するプレースホルダー

(継承元 EntryAttribute)

適用対象