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






Represents a base class masked textbox control which has a generic value.

Object Model

UXMaskedInputGenericBase<T> Class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class UXMaskedInputGenericBase(Of T) 
   Inherits UXMaskedInputBase
   Implements IControlIFramework, ILicensing, ICommandSource 
Visual Basic (Usage)Copy Code
Dim instance As UXMaskedInputGenericBase(Of T)
C# 
public abstract class UXMaskedInputGenericBase<T> : UXMaskedInputBase, IControlIFramework, ILicensing, ICommandSource  
Delphi 
public class UXMaskedInputGenericBase = class(UXMaskedInputBase, IControl, IFramework, ILicensing, ICommandSource)abstract; 
JScript 
JScript does not support Generics.
Managed Extensions for C++ 
public __gc abstract class UXMaskedInputGenericBase<T> : public UXMaskedInputBase, IControlIFramework, ILicensing, ICommandSource  
C++/CLI 
generic<typename T>
public ref class UXMaskedInputGenericBase abstract : public UXMaskedInputBase, IControlIFramework, ILicensing, ICommandSource  

Type Parameters

T

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.TextBox
                  Intersoft.Client.Framework.ISTextBox
                     Intersoft.Client.UI.Controls.UXTextBox
                        Intersoft.Client.UI.Aqua.UXInput.UXMaskedInputBase
                           Intersoft.Client.UI.Aqua.UXInput.UXMaskedInputGenericBase<T>
                              Intersoft.Client.UI.Aqua.UXInput.UXCurrencyEditor
                              Intersoft.Client.UI.Aqua.UXInput.UXDateTimeEditor
                              Intersoft.Client.UI.Aqua.UXInput.UXMaskedInput

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.