ComponentOne Menus and Toolbars for WinForms
FindPageByTag Method

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1TopicBar Class : FindPageByTag Method
Returns the first page with the specified value, or null if such a page does not exist.
Syntax
'Declaration
 
Public Function FindPageByTag( _
   ByVal value As System.Object _
) As C1TopicPage
public C1TopicPage FindPageByTag( 
   System.object value
)

Parameters

value
See Also

Reference

C1TopicBar Class
C1TopicBar Members