RibbonComboBox.IsReadOnly Property

Definition

Gets or sets a value that indicates whether selection-only mode is enabled, in which the contents of the combo box are selectable but not editable.

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

Property Value

true if the contents of the combo box are selectable but not editable; false if the contents of the combo box are not selectable and not editable. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.

Remarks

Dependency Property Information

Identifier field IsReadOnlyProperty
Metadata properties set to true None

Applies to