'Declaration Public Enum UIElementButtonStyle Inherits System.Enum
public enum UIElementButtonStyle : System.Enum
Member | Description |
---|---|
Borderless | No border is rendered around the button. |
Button | Standard 2 pixel raised border unless the mouse is down over the element in which case it draws a 1 pixel flat border. |
Button3D | A raised 2 pixel border (e.g. scroll buttons). |
Button3DOldStyle | Standard 2 pixel raised border unless the mouse is down over the element in which case it draws a 2 pixel inset border (e.g. like old style command button). |
ButtonSoft | Single pixel raised border unless the mouse is down over the element. |
ButtonSoftExtended | A single pixel soft border when inactive but a 2 pixel 3D border when active. |
Default | Default |
Flat | Always uses a single pixel solid border. |
FlatBorderless | Uses a single pixel solid border when the mouse is down or over the element. |
Office2003ToolbarButton | Emulates an Office2003 toolbar button. Essentially the same as an OfficeXPToolbarButton but without shadowed images. |
Office2007RibbonButton | Emulates an Office2007 ribbon button. |
Office2007ScrollbarButton | Emulates an Office2007 scrollbar button. |
Office2010Button | Emulates an Office 2010 button. |
Office2010ScrollbarButton | Emulates an Office 2010 scrollbar button. |
Office2013Button | Emulates an Office 2013 button. |
Office2013ScrollbarButton | Emulates an Office 2013 scrollbar button. |
OfficeXPToolbarButton | Emulates an OfficeXP toolbar button |
Popup | Single pixel solid border when not active, otherwise responds like Button. |
PopupBorderless | Borderless when not active, otherwise responds like Button. |
PopupSoft | Single pixel solid border when not active, otherwise responds like ButtonSoft. |
PopupSoftBorderless | Borderless when not active, otherwise responds like ButtonSoft. |
ScenicRibbonButton | Emulates a Scenic Ribbon button. |
ScenicRibbonScrollbarButton | Emulates a Scenic Ribbon scrollbar button. |
VisualStudio2005Button | Emulates a Visual Studio 2005 toolbar button. |
Windows8Button | Emulates the Windows8 look and feel. |
WindowsVistaButton | Emulates a Windows Vista button. |
WindowsVistaToolbarButton | Emulates a Windows Vista toolbar button. |
WindowsXPCommandButton | Emulates a WindowsXP themed command button, but with square edges. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2