SftOptions 1.0

SftOptionsEntry.ContextHelp Property

Softel vdm, Inc.

Defines the entry's context help.

Syntax       

Get

VB.NET

String = object.ContextHelp  As String

VB

String = object.ContextHelp  As String

C#.NET

string String = object.ContextHelp;

VC++

_bstr_t String = object->ContextHelp;
_bstr_t String = object->GetContextHelp();

C

HRESULT object->get_ContextHelp(BSTR* String);

Delphi

String := object.ContextHelp   : WideString;

Put

VB.NET

object.ContextHelp = String  As String

VB

object.ContextHelp = String  As String

C#.NET

string object.ContextHelp = String;

VC++

_bstr_t object->ContextHelp = String;
void object->PutContextHelp(_bstr_t String);

C

HRESULT object->put_ContextHelp(BSTR String);

Delphi

object.ContextHelp := String   : WideString;

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


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