Intersoft ClientUI Documentation
UpDownCommands Class
Members  See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace : UpDownCommands Class






Provides updownbase related commands.

Object Model

UpDownCommands Class

Syntax

Visual Basic (Declaration) 
Public Class UpDownCommands 
Visual Basic (Usage)Copy Code
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 

Remarks

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.

Inheritance Hierarchy

System.Object
   Intersoft.Client.UI.Aqua.UXInput.UpDownCommands

Requirements

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

See Also

© 2012 All Rights Reserved.