PropertyMetadata.IsReadOnly 屬性

定義

取得值,這個值指出 Options 是否設定為 ReadOnly

public:
 property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

屬性值

如果設定為 true,則為 ReadOnly,否則為 false

適用於