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