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