Hide

SftOptions 1.0 - ActiveX Options Control

Display
Print

SftOptionsEntry.ContextHelp Property

Defines the entry's context help.

Syntax

Get

VB.NETString = object.ContextHelp As String
VBString = object.ContextHelp As String
C#.NETstring String = object.ContextHelp;
VC++_bstr_t String = object->ContextHelp;
_bstr_t String = object->GetContextHelp();
CHRESULT object->get_ContextHelp(BSTR* String);

Put

VB.NETobject.ContextHelp = String As String
VBobject.ContextHelp = String As String
C#.NETstring object.ContextHelp = String;
VC++_bstr_t object->ContextHelp = String;
void object->PutContextHelp(_bstr_t String);
CHRESULT object->put_ContextHelp(BSTR String);

object

A SftOptionsEntry object.

String

Defines the entry's context help.

Comments

The ContextHelp property defines the entry's context help.

The ContextHelp property can be used to define application-specific help for an entry. The HelpRequested event typically can make use of the ContextHelp property to display context sensitive help. The SftOptions control doesn't use the ContextHelp property value.

See Also SftOptionsEntry Object | Object Hierarchy


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