ComponentOne Menus and Toolbars for WinForms
FindPage Method (C1OutBar)

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

Parameters

text
See Also

Reference

C1OutBar Class
C1OutBar Members