T
Intersoft ClientUI Documentation
UXUpDownItemsBase<T> Class
Members  See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace : UXUpDownItemsBase<T> Class






Base class for all controls that provide value manipulation with a UXSpinner and a text box using item control.

Object Model

UXUpDownItemsBase<T> Class

Syntax

Visual Basic (Declaration) 
<StyleTypedPropertyAttribute(Property="SpinnerStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXInput.UXButtonSpinner)>
Public MustInherit Class UXUpDownItemsBase(Of T) 
   Inherits UXUpDownItemsBase
   Implements IControlIFramework, ILicensing 
Visual Basic (Usage)Copy Code
Dim instance As UXUpDownItemsBase(Of T)
C# 
[StyleTypedPropertyAttribute(Property="SpinnerStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXInput.UXButtonSpinner)]
public abstract class UXUpDownItemsBase<T> : UXUpDownItemsBase, IControlIFramework, ILicensing  
Delphi 
public class UXUpDownItemsBase = class(UXUpDownItemsBase, IControl, IFramework, ILicensing)abstract; 
JScript 
JScript does not support Generics.
Managed Extensions for C++ 
[StyleTypedPropertyAttribute(Property="SpinnerStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXInput.UXButtonSpinner)]
public __gc abstract class UXUpDownItemsBase<T> : public UXUpDownItemsBase, IControlIFramework, ILicensing  
C++/CLI 
[StyleTypedPropertyAttribute(Property="SpinnerStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXInput.UXButtonSpinner)]
generic<typename T>
public ref class UXUpDownItemsBase abstract : public UXUpDownItemsBase, IControlIFramework, ILicensing  

Type Parameters

T

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.UXUpDownItemsBase
                        Intersoft.Client.UI.Aqua.UXInput.UXUpDownItemsBase<T>
                           Intersoft.Client.UI.Aqua.UXInput.UXDomainUpDown

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.