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)
The caption of the page.
The tooltip text for the page.
The index of the image in the System.Windows.Forms.ImageList.ImageCollection.

In This Topic
    C1TopicPage Constructor(String,String,Int32)
    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 _
    )
    public C1TopicPage( 
       System.string text,
       System.string toolTipText,
       System.int imageIndex
    )

    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.
    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