InputView.IsReadOnly プロパティ

定義

ユーザーがこの入力ビューのテキストを編集できるかどうかを示す値を取得または設定します。 これはバインド可能なプロパティです。

public:
 property bool IsReadOnly { bool get(); void set(bool value); };
public bool IsReadOnly { get; set; }
member this.IsReadOnly : bool with get, set
Public Property IsReadOnly As Boolean

プロパティ値

true テキストが読み取り専用の場合。それ以外の場合は false

注釈

IsReadonly プロパティは、コントロールの外観を灰色に変更する IsEnabled プロパティとは異なり、コントロールの外観を変更しません。

適用対象