ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command Namespace / C1TopicPage Class / C1TopicPage Constructor / C1TopicPage Constructor(String,String,Int32,ImageList,Boolean,Object)
The caption of the page.
The tooltip text for the page.
The index of the image in the System.Windows.Forms.ImageList.ImageCollection.
The ImageList that contains the images shown in page links.
The value indicating whether the page is collapsed or not.
The arbitrary data that can be associated with the page.

In This Topic
    C1TopicPage Constructor(String,String,Int32,ImageList,Boolean,Object)
    In This Topic
    Initializes a new instance of the C1TopicPage class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal text As System.String, _
       ByVal toolTipText As System.String, _
       ByVal imageIndex As System.Integer, _
       ByVal imageList As System.Windows.Forms.ImageList, _
       ByVal collapsed As System.Boolean, _
       ByVal value As System.Object _
    )
    public C1TopicPage( 
       System.string text,
       System.string toolTipText,
       System.int imageIndex,
       System.Windows.Forms.ImageList imageList,
       System.bool collapsed,
       System.object value
    )

    Parameters

    text
    The caption of the page.
    toolTipText
    The tooltip text for the page.
    imageIndex
    The index of the image in the System.Windows.Forms.ImageList.ImageCollection.
    imageList
    The ImageList that contains the images shown in page links.
    collapsed
    The value indicating whether the page is collapsed or not.
    value
    The arbitrary data that can be associated with the page.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also