Hide

SftOptions 1.0 - ActiveX Options Control

Display
Print

SftOptionsEntry.StatusBarHelp Property

Defines the entry's status bar help.

Syntax

Get

VB.NETString = object.StatusBarHelp As String
VBString = object.StatusBarHelp As String
C#.NETstring String = object.StatusBarHelp;
VC++_bstr_t String = object->StatusBarHelp;
_bstr_t String = object->GetStatusBarHelp();
CHRESULT object->get_StatusBarHelp(BSTR* String);

Put

VB.NETobject.StatusBarHelp = String As String
VBobject.StatusBarHelp = String As String
C#.NETstring object.StatusBarHelp = String;
VC++_bstr_t object->StatusBarHelp = String;
void object->PutStatusBarHelp(_bstr_t String);
CHRESULT object->put_StatusBarHelp(BSTR String);

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


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.