Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Overview
- Installation & Deployement
- Skin & Theme
- Common Taskes and Services
- EO.Wpf Buttons
- EO.Wpf Calendar & DatePicker
- EO.Wpf ComboBox
- EO.Wpf DockView
- EO.Wpf Gauge
- EO.Wpf ListBox
- EO.Wpf Menu
- EO.Wpf MaskedEdit
- EO.Wpf ProgressBar
- EO.Wpf Slider
- EO.Wpf SpinEdit
- EO.Wpf SplitView
- EO.Wpf TabControl
- EO.Wpf TreeView
- EO.Wpf Utility Controls
- EO.Wpf WindowChrome
- Sample Data Objects
- Common Topics
- Reference
Button |
EO.Wpf Button offers the same functionalities as WPF standard Button control, but also offers the ability to switch skins/themes programmatically. For example, the following code switches the Button to classic skin:
XAML
<!--A Button that uses the "Classic" skin. Note this does not affect any other controls --> <eo:Button eo:ThemeManager.SkinName="Classic">Hello</eo:Button>
See here for more information on how to use skin and theme features.