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






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

Object Model

UXUpDownBase<T> Class

Syntax

Visual Basic (Declaration) 
<StyleTypedPropertyAttribute(Property="SpinnerStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXInput.UXButtonSpinner)>
Public MustInherit Class UXUpDownBase(Of T) 
   Inherits UXUpDownBase
   Implements IControlIFramework, ILicensing 
Visual Basic (Usage)Copy Code
Dim instance As UXUpDownBase(Of T)
C# 
[StyleTypedPropertyAttribute(Property="SpinnerStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXInput.UXButtonSpinner)]
public abstract class UXUpDownBase<T> : UXUpDownBase, IControlIFramework, ILicensing  
Delphi 
public class UXUpDownBase = class(UXUpDownBase, 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 UXUpDownBase<T> : public UXUpDownBase, IControlIFramework, ILicensing  
C++/CLI 
[StyleTypedPropertyAttribute(Property="SpinnerStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXInput.UXButtonSpinner)]
generic<typename T>
public ref class UXUpDownBase abstract : public UXUpDownBase, IControlIFramework, ILicensing  

Type Parameters

T

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               Intersoft.Client.Framework.ISControl
                  Intersoft.Client.UI.Aqua.UXInput.UXUpDownBase
                     Intersoft.Client.UI.Aqua.UXInput.UXUpDownBase<T>
                        Intersoft.Client.UI.Aqua.UXInput.UXDateTimeUpDown
                        Intersoft.Client.UI.Aqua.UXInput.UXNumericUpDown

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.