Hide

SftOptions 1.0 - ActiveX Options Control

Display
Print

SftOptionsEntry.Help Property

Defines the entry's help.

Syntax

Get

VB.NETString = object.Help As String
VBString = object.Help As String
C#.NETstring String = object.Help;
VC++_bstr_t String = object->Help;
_bstr_t String = object->GetHelp();
CHRESULT object->get_Help(BSTR* String);

Put

VB.NETobject.Help = String As String
VBobject.Help = String As String
C#.NETstring object.Help = String;
VC++_bstr_t object->Help = String;
void object->PutHelp(_bstr_t String);
CHRESULT object->put_Help(BSTR String);

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


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