ESRI.ArcGIS.ADF.Local
m_helpID Field
See Also  Send Feedback
ESRI.ArcGIS.ADF.BaseClasses Namespace > BaseCommand Class : m_helpID Field




The help context ID associated with this command, used to specify the mapped numeric value of the topic ID of the context sensitive help topic for the command. Null by default.

Syntax

Visual Basic (Declaration) 
Protected m_helpID As Integer
Visual Basic (Usage)Copy Code
Dim instance As BaseCommand
Dim value As Integer
 
value = instance.m_helpID
 
instance.m_helpID = value
C# 
protected int m_helpID

Remarks

Note to inheritors: Set this field to the id of the help topic you wish to be used for the command. The help id should be a valid id from the helpfile you specify in the m_helpFile field.

See Also

© 2010 All Rights Reserved.