
Visual Basic (Declaration) | |
---|---|
Public Class UpDownCommands |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As UpDownCommands |
C# | |
---|---|
public class UpDownCommands |
Delphi | |
---|---|
public class UpDownCommands |
JScript | |
---|---|
public class UpDownCommands |
Managed Extensions for C++ | |
---|---|
public __gc class UpDownCommands |
C++/CLI | |
---|---|
public ref class UpDownCommands |
All control that inherit from UXUpDownBase or UXUpDownItemsBase is built around the commanding semantics which allows the value changing interaction to be executed through declarative definition in the XAML markup. The commanding semantics is also an ideal approach for MVVM pattern development.
UXUpDownBase and UXUpDownItemsBase already includes several predefined commands to change the selected value that you can use in your application.
-
Increase
Gets the Increase command.
Increase command will be invoked when you perform the following action:
- Press the spin up button.
- Press the up keyboard key.
-
Decrease
Gets the Decrease command.
Decrease command will be invoked when you perform the following action:
- Press the spin down button.
- Press the down keyboard key.
Intersoft.Client.UI.Aqua.UXInput.UpDownCommands
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family