指定 ButtonBar 控件要使用的风格样式。
命名空间:
SuperMap.Desktop.UI程序集: SuperMap.Desktop.UI.Controls (in SuperMap.Desktop.UI.Controls)
版本: dll
语法
C# |
---|
public enum ButtonBarStyle |
成员
成员名称 | 描述 | |
---|---|---|
Default |
未指定风格样式。该属性的值将继承自 ButtonBar 控件的参数设置。
| |
OfficeXP |
ButtonBar 控件将使用 Office XP 应用程序中 Bar 的风格。
| |
Office2000 |
ButtonBar 控件将使用 Office 2000 应用程序中 Bar 的风格。
| |
OutlookExpress |
ButtonBar 控件将使用 Outlook Express 应用程序中 Bar 的风格。
| |
VisualStudio |
ButtonBar 控件将使用 Visual Studio .Net 应用程序中 Bar 的风格。
| |
CommonDialog |
ButtonBar 控件将使用 Windows 标准对话框中 Bar 的风格。
| |
Office2003 |
ButtonBar 控件将使用 Office 2003 中控件的风格。
| |
VS2005 |
ButtonBar 控件将使用 VS 2005 中相关控件的风格。
| |
Office2007 |
ButtonBar 控件将使用 Office 2007 中相关控件的风格。
| |
Office2010 |
ButtonBar 控件将使用 Office 2010 中相关控件的风格。
| |
VS2010 |
ButtonBar 控件将使用 VS 2010 中相关控件的风格。
|