ComponentOne DynamicHelp for WinForms
SetCtxtId Method

C1.Win.C1DynamicHelp.4 Assembly > C1.Win.C1DynamicHelp Namespace > HelpTopic Class : SetCtxtId Method
Context ID for thisHelpTopic.
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

Reference

HelpTopic Class
HelpTopic Members