|
|
|
|
|
SftOptionsEntry.ContextHelp Property |
Defines the entry's context help.
Syntax
|
VB.NET |
String = object.ContextHelp As String |
||
|
VB |
String = object.ContextHelp As String |
||
|
C#.NET |
string String = object.ContextHelp; |
||
|
VC++ |
_bstr_t String = object->ContextHelp;
|
||
|
C |
HRESULT object->get_ContextHelp(BSTR* String); |
||
|
Delphi |
String := object.ContextHelp : WideString; |
||
|
VB.NET |
object.ContextHelp = String As String |
||
|
VB |
object.ContextHelp = String As String |
||
|
C#.NET |
string object.ContextHelp = String; |
||
|
VC++ |
_bstr_t object->ContextHelp = String;
|
||
|
C |
HRESULT object->put_ContextHelp(BSTR String); |
||
|
Delphi |
object.ContextHelp := String : WideString; |
||
object
A SftOptionsEntry object.
String
Defines the entry's context help.
Comments
The ContextHelp property defines the entry's context help.
The ContextHelp property can be used to define application-specific help for an entry. The HelpRequested event typically can make use of the ContextHelp property to display context sensitive help. The SftOptions control doesn't use the ContextHelp property value.
See Also SftOptionsEntry Object | Object Hierarchy