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






Provides UXRating related commands.

Object Model

UXRatingCommands Class

Syntax

Visual Basic (Declaration) 
Public Class UXRatingCommands 
Visual Basic (Usage)Copy Code
Dim instance As UXRatingCommands
C# 
public class UXRatingCommands 
Delphi 
public class UXRatingCommands 
JScript 
public class UXRatingCommands 
Managed Extensions for C++ 
public __gc class UXRatingCommands 
C++/CLI 
public ref class UXRatingCommands 

Remarks

UXRating 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.

UXRating already includes several predefined commands to change the selected value that you can use in your application.

Although these commands are already registered in the elements of UXRating, you can still register these commands to other UIElement outside UXRating scope. For example, you can have a UXButton that performs Increase command. For more information on how to register UXRating commands to other type of UIElement, see How-to: Register UXRating Command to UXButton.

Inheritance Hierarchy

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

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.