获取一个撰写字符串,该字符串指定如果选择框中的选定项显示为字符串,应如何设置该选定项的格式。
命名空间: Microsoft.Windows.Controls.Ribbon
程序集: RibbonControlsLibrary(在 RibbonControlsLibrary.dll 中)
语法
声明
Public Property SelectionBoxItemStringFormat As String
Get
Private Set
public string SelectionBoxItemStringFormat { get; private set; }
public:
property String^ SelectionBoxItemStringFormat {
String^ get ();
private: void set (String^ value);
}
member SelectionBoxItemStringFormat : string with get, private set
function get SelectionBoxItemStringFormat () : String
private function set SelectionBoxItemStringFormat (value : String)
属性值
类型:System.String
一个撰写字符串,指定如果选择框中的选定项显示为字符串,应如何设置该选定项的格式。注册的默认值为 nullnull 引用(在 Visual Basic 中为 Nothing)。有关可以影响值的因素的更多信息,请参见 依赖项属性值优先级。
依赖项属性信息
标识符字段 |
|
设置为 true 的元数据属性 |
无 |
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。