Version

ButtonStylePreset Enumeration

WebButtonBase preset of styles.
Syntax
'Declaration
 
Public Enum ButtonStylePreset 
   Inherits System.Enum
public enum ButtonStylePreset : System.Enum 
Members
MemberDescription
DefaultDefault appearance.
Focus3DBordersOpaque background, thick 3D borders with an extra black border when the button has focus.
MacAppearance similar to a button in Macintosh.
NetscapeNetscape appearance and behavior.
NotSetNo change in appearance.
Office2003ToolbarButtonAppearance that resembles a toolbar button in Office2003: transparent in the normal state, orange background and flat borders in all other states of the button.
PopUp3DBordersOpaque background, no borders in the normal state and pop-up borders in all other states of the button.
Thin3DBordersOpaque background, standard thin 3D borders of buttons.
VisualStudioPopUpToolbarButtonAppearance that resembles a toolbar button in VisualStudio: transparent in the normal state, bluish background and flat borders in all other states of the button. Text and image are shifted on a mouse move and press.
VisualStudioToolbarButtonAppearance that resembles a toolbar button in VisualStudio: transparent in the normal state, bluish background and flat borders in all other states of the button.
Windows2000Microsoft Windows 2000 appearance.
WindowsXPBlueMicrosoft Windows XP appearance.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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

See Also