About WinCalculatorDropDown The WinCalculatorDropDown™ control provides a drop-down customizable calculator with the following features: Appearance support — Full Appearance support including alpha-blending, gradients, image, etc. Built-in Theming — Supports Standard, Office 2000, Office XP, Office 2003, Visual St...
Applying Appearances to WinCalculatorDropDown An object’s Appearance determines how the object is displayed. Most objects can have their Appearance properties change to provide complete control over an object’s look. Setting Appearances at Design-Time To change the Appearance of the entire WinCalculatorDropDown™ c...
WinCalculatorDropDown Smart Tag In Visual Studio 2005 (.NET Framework 2.0), each Ultimate UI for Windows Forms control/component is equipped with a Smart Tag. By simply selecting the control/component, a Smart Tag anchor appears. When you click this anchor, a pop-up panel appears, providing you with quick and easy...
Using WinCalculatorDropDown In this section, you’ll find a series of detailed, step-by-step tutorials that walk you through a scenario or task that is common when using the WinCalculatorDropDown™ component. Applying Appearance to WinCalculatorDropDown WinCalculator Button Types and Events
WinCalculatorDropDown Click the links below to find information specific to the WinCalculatorDropDown™ control: About WinCalculatorDropDown — Provides information on what the WinCalculatorDropDown control does, and why you would want to use it in your application. WinCalculatorDropDown Smart Tag — Describes the pr...
About WinCalendarCombo The WinCalendarCombo™ is a Windows Forms control that provides a drop-down calendar that returns the selected date to an editor interface. Appearance support — Full appearance support including alpha-blending, gradients, images, etc. Spin button functionality — Full support for using spin bu...
Change the Increments of Spin Button Elements You can control the type and size of the increments in the spin button element on the WinCalendarCombo™. The following code demonstrates spinning in four-week increments using the SpinButtonIncrement and SpinButtonIncrementValue properties. In Visual Basic: In C#:
Create Additional Date Buttons In WinCalendarCombo™ you may find a need to display more than one DateButton in the drop-down calendar. For instance you may want to add a button that when click always takes you to the ActiveDay. The following example code shows how to an additional DateButton that does just that.
Create Custom Date Buttons You may find it necessary when using the WinCalenderCombo™ to add a DateButton that performs some custom action when clicked. For example, when the button is clicked it makes the selected date two days from the current date. The following example code shows how you could implement this f...
Invoke the Drop-Down List You may have an end user request that they be able to programmatically drop-down the calendar portion of WinCalendarCombo™ when they select a button. The following example code shows how you might do this.