Intersoft ClientUI Documentation
SelectValue Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ISSelectionControl Class : SelectValue Method






newIndex
Set the selected value based on specified index

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub SelectValue( _
   ByVal newIndex As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As ISSelectionControl
Dim newIndex As Integer
 
instance.SelectValue(newIndex)
C# 
protected virtual void SelectValue( 
   int newIndex
)
Delphi 
protected procedure SelectValue( 
    newIndex: Integer
); virtual; 
JScript 
protected function SelectValue( 
   newIndex : int
);
Managed Extensions for C++ 
protected: virtual void SelectValue( 
   int newIndex
) 
C++/CLI 
protected:
virtual void SelectValue( 
   int newIndex
) 

Parameters

newIndex

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.