[To be supplied.]
[Visual Basic] Public Function Find( _ ByVal property As PropertyDescriptor, _ ByVal key As Object, _ ByVal keepIndex As Boolean _ ) As Integer [C#] public int Find( PropertyDescriptor property, object key, bool keepIndex ); [C++] public: int Find( PropertyDescriptor* property, Object* key, bool keepIndex ); [JScript] public function Find( property : PropertyDescriptor, key : Object, keepIndex : Boolean ) : int;
ListManager Class | ListManager Members | System.WinForms Namespace