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






Represents a control that allows user to select rating item by click on the item.

Object Model

UXRating Class

Syntax

Visual Basic (Declaration) 
Public Class UXRating 
   Inherits Intersoft.Client.Framework.ISItemsControl
   Implements IControlIFramework, ILicensing 
Visual Basic (Usage)Copy Code
Dim instance As UXRating
C# 
public class UXRating : Intersoft.Client.Framework.ISItemsControl, IControlIFramework, ILicensing  
Delphi 
public class UXRating = class(Intersoft.Client.Framework.ISItemsControl, IControl, IFramework, ILicensing)
JScript 
public class UXRating extends Intersoft.Client.Framework.ISItemsControl implements IControlIFramework, ILicensing 
Managed Extensions for C++ 
public __gc class UXRating : public Intersoft.Client.Framework.ISItemsControl, IControlIFramework, ILicensing  
C++/CLI 
public ref class UXRating : public Intersoft.Client.Framework.ISItemsControl, IControlIFramework, ILicensing  

Remarks

UXRating is an ItemsControl providing an ItemCount property to conveniently add instances of UXRatingItem to the Items collection. You can also specify your own item without using ItemCount by specifying the custom values in the Items property. In the case that Items property is specified, the ItemCount property will be ignored. You can customize the minimum and maximum value through the Minimum and Maximum property respectively.

The following code shows you how to create a simple UXRating.

XAML Copy Code
<Grid>
    <Intersoft:UXRating ItemCount="5" Width="200" Height="50" />
</Grid>

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ItemsControl
                  Intersoft.Client.Framework.ISItemsControl
                     Intersoft.Client.UI.Aqua.UXInput.UXRating

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.