Intersoft ClientUI Documentation
SelectText Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXCollection Namespace > UXComboBox Class : SelectText Method






start
Start position
length
Length
Select the input text.

Syntax

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

Parameters

start
Start position
length
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.