| BinaryButtonSuite .NET Ver. 1.0 is an advanced Microsoft .NET WinForms# control, packaging a collection of "RadioButton" and "CheckBox" objects, and extending their GUI features, thereby providing a feature-rich and highly configurable "Button" controls collection for the Microsoft WinForms# .NET platform.
BinaryButtonSuite packages together, two independent .NET UI objects (RadioButton and CheckBox) and brings to you, two extended objects - BinaryCheckBox and BinaryRadioButton. BinaryCheckBox and BinaryRadioButton controls are typical .NET CheckBox and RadioButton controls respectively, but in addition, provide their own custom painting functionality in order to support additional graphical user interface effects. BinaryButtonSuite .NET-The "Extended" features as provided by these controls are:- 1. Custom control painting - The controls support painting themselves using a user specified color. By default, these controls draw their Checkbox rectangle and the "Check" mark (for BinaryCheckBox) and Option "Circle" and "dot" mark (for BinaryRadioButton) using the Black color value. When you want the control to paint its client areas (Check Rectangle and "Check" mark (for BinaryCheckBox) and Option "Circle" and "dot" mark (for BinaryRadioButton)) using a color of your choice, then you can set the control's newly introduced property (NormalControlColor ) to a Color value of your choice. Once set with this value, the controls paint themselves with this color value whenever they are not in input focus. When they remain in input focus, they draw their client areas using another user specified color, in order to display a Hot tracking of input focus/mouse hovering. 2. Mouse hovering effects - When the input focus is not on the control, and whenever the mouse focus moves over and out of the control, the controls paint themselves using a user specified Color value (as set by setting an appropriate property). By default, on mouse hover or on getting the input focus, the control paints itself using the Highlight color value. To change this default behaviour, you can set the control's OnFocusControlColor property to a color value of your choice. BinaryButtonSuite .NET-Feature highlights: - Derives from respective NET classes (CheckBox and RadioButton) and implements a custom painting functionality to provide extended GUI effects - 100% C# .NET code - Highly customisable control - exposes various properties to fully customise various display aspects - Comprehensive MSDN style documentation |