ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp Namespace / HelpTopic Class / SetCtxtId Method
Context ID for thisHelpTopic.

In This Topic
    SetCtxtId Method
    In This Topic
    Set context ID for this HelpTopic.
    Syntax
    'Declaration
     
    Public Sub SetCtxtId( _
       ByVal ctxtId As System.Integer _
    ) 
    public void SetCtxtId( 
       System.int ctxtId
    )

    Parameters

    ctxtId
    Context ID for thisHelpTopic.
    Remarks
    This method should be used only for creating you own help provider class.
    See Also