ComponentOne Menus and Toolbars for WinForms
Item Property (C1TopicPageCollection)

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1TopicPageCollection Class : Item Property
Gets or sets the page at the specified index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As System.Integer _
) As C1TopicPage
public C1TopicPage this[ 
   System.int index
]; {get; set;}

Parameters

index
See Also

Reference

C1TopicPageCollection Class
C1TopicPageCollection Members