ToolBar.ComboBoxStyleKey 属性

定义

Style 应用于 ToolBar 上的组合框。

public:
 static property System::Windows::ResourceKey ^ ComboBoxStyleKey { System::Windows::ResourceKey ^ get(); };
public static System.Windows.ResourceKey ComboBoxStyleKey { get; }
member this.ComboBoxStyleKey : System.Windows.ResourceKey
Public Shared ReadOnly Property ComboBoxStyleKey As ResourceKey

属性值

ResourceKey

一个资源键,它表示工具栏上的组合框的默认样式。

注解

使用此属性可更改控件的默认ToolBar样式ComboBox

XAML 属性用法

<object property=“{ ToolBar.ComboBoxStyleKey}"/>

适用于