共用方式為


RibbonComboBox.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。 已註冊的預設值是 false。 如需可能會影響該值的相關詳細資訊,請參閱 相依性屬性值優先順序

備註

相依性屬性資訊

識別碼欄位 IsReadOnlyProperty
中繼資料屬性設定為 true

適用於