|
ButtonEdit
The Button Edit control is a composite control that combines buttons with a Text Box. The Button Edit control can be used for a variety of purposes that require a Text Box placed alongside one or more buttons. Child buttons are derived from standard Windows Forms Button controls and support all their properties and events.
Button Edit control
Flat styles can be applied to the buttons in the ButtonEdit Control.
Button Edit controls with different Flat Styles
Images can be drawn over the buttons in ButtonEdit.
Buttons with Images in ButtonEdit
The internal Textbox for ButtonEdit can be modified to any custom TextBox, such as CurrencyTextBox, Integer TextBox, PercentTextBox,etc.
Custom TextBox inside Button Edit
The child controls available for ButtonEdit support data binding.
Button Edit control bound to a XML file
The Lookup Button Edit allows users to select an option from a DropDown list.
Lookup Button Edit
The buttons and their characteristics can all be specified through the designer.
|
|
|
|