ArcFM Solution Developer Guide
FindString(String,Int32) Method


Syntax
'Declaration
 
Public Overloads Function FindString( _
   ByVal s As System.String, _
   ByVal startIndex As System.Integer _
) As System.Integer
'Usage
 
Dim instance As ImageComboBox
Dim s As System.String
Dim startIndex As System.Integer
Dim value As System.Integer
 
value = instance.FindString(s, startIndex)
public System.int FindString( 
   System.string s,
   System.int startIndex
)

Parameters

s
startIndex
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ImageComboBox Class
ImageComboBox Members
Overload List

 

 


Send Comment