Intersoft ClientUI Documentation
Select Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXDateTimeEditor Class : Select Method






start
length

Syntax

Visual Basic (Declaration) 
Public Sub Select( _
   ByVal start As Integer, _
   ByVal length As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXDateTimeEditor
Dim start As Integer
Dim length As Integer
 
instance.Select(start, length)
C# 
public void Select( 
   int start,
   int length
)
Delphi 
public procedure Select( 
    start: Integer;
    length: Integer
); 
JScript 
public function Select( 
   start : int,
   length : int
);
Managed Extensions for C++ 
public: void Select( 
   int start,
   int length
) 
C++/CLI 
public:
void Select( 
   int start,
   int length
) 

Parameters

start
length

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.