Infragistics(R) NetAdvantage(R) Windows Forms
UIElementButtonStyle Enumeration
See Also  E-mail your feedback on this topic.
Infragistics.Win Namespace : UIElementButtonStyle Enumeration

Enumeration of button styles.

Syntax

Visual Basic (Declaration) 
Public Enum UIElementButtonStyle 
   Inherits System.Enum
C# 
public enum UIElementButtonStyle : System.Enum 

Members

MemberDescription
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.
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.
WindowsVistaButton Emulates a Windows Vista button.
WindowsVistaToolbarButton Emulates a Windows Vista toolbar button.
WindowsXPCommandButton Emulates a WindowsXP themed command button, but with square edges.

See Also