Miner.Interop Namespace > IComPropertyPage Interface : HelpContextID Property |
'Declaration
<System.Runtime.InteropServices.DispIdAttribute(1610678281)> ReadOnly Property HelpContextID( _ ByVal controlID As System.Integer _ ) As System.Integer
'Usage
Dim instance As IComPropertyPage Dim controlID As System.Integer Dim value As System.Integer value = instance.HelpContextID(controlID)
[System.Runtime.InteropServices.DispId(1610678281)] System.int HelpContextID( System.int controlID ) {get;}
read-only property HelpContextID( controlID: System.Integer ): System.Integer;
System.Runtime.InteropServices.DispIdAttribute(1610678281) function get HelpContextID( controlID : System.int ) : System.int
[System.Runtime.InteropServices.DispId(1610678281)] __property System.int get_HelpContextID( System.int controlID );
[System.Runtime.InteropServices.DispId(1610678281)] property System.int HelpContextID { System.int get(System.int controlID); }
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