Share via


RibbonComboBox.SelectionBoxItemStringFormat 属性

定义

获取一个撰写字符串,该字符串指定如果选择框中的选定项显示为字符串,应如何设置该选定项的格式。

public:
 property System::String ^ SelectionBoxItemStringFormat { System::String ^ get(); };
public string SelectionBoxItemStringFormat { get; }
member this.SelectionBoxItemStringFormat : string
Public ReadOnly Property SelectionBoxItemStringFormat As String

属性值

一个撰写字符串,指定如果选择框中的选定项显示为字符串,应如何设置该选定项的格式。 已注册的默认值为 null。 有关什么可以影响值的详细信息,请参阅 Dependency Property Value Precedence(依赖项属性值优先级)

注解

依赖项属性信息

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

适用于