ComponentOne Menus and Toolbars for WinForms
FindPageIndex Method

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1TopicBar Class : FindPageIndex Method
Returns index of the first page with the specified text, or -1 if such a page does not exist.
Syntax
'Declaration
 
Public Function FindPageIndex( _
   ByVal text As System.String _
) As System.Integer
public System.int FindPageIndex( 
   System.string text
)

Parameters

text
See Also

Reference

C1TopicBar Class
C1TopicBar Members