SftOptions 1.0

SftOptionsEntry.StatusBarHelp Property

Softel vdm, Inc.

Defines the entry's status bar help.

Syntax       

Get

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;
_bstr_t String = object->GetStatusBarHelp();

C

HRESULT object->get_StatusBarHelp(BSTR* String);

Delphi

String := object.StatusBarHelp   : WideString;

Put

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;
void object->PutStatusBarHelp(_bstr_t 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


Feedback / comments / error reports for this topic
© 2002 - Softel vdm, Inc. - www.softelvdm.com