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

属性值

Boolean

如果可选择但不可编辑组合框中的内容,则为 true;如果不可选择并编辑组合框中的内容,则为 false。 已注册的默认值为 false。 有关什么可以影响值的详细信息,请参阅 Dependency Property Value Precedence(依赖项属性值优先级)

注解

依赖项属性信息

标识符字段 IsReadOnlyProperty
元数据属性设置为 true

适用于