RibbonComboBox.IsReadOnly Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |