Hide

SftOptions 1.0 - ActiveX Options Control

Display
Print

SftOptionsHeader.Text Property

Defines the header's text.

Syntax

Get

VB.NETText = object.Text As String
VBText = object.Text As String
C#.NETstring Text = object.Text;
VC++_bstr_t Text = object->Text;
_bstr_t Text = object->GetText();
CHRESULT object->get_Text(BSTR* Text);

Put

VB.NETobject.Text = Text As String
VBobject.Text = Text As String
C#.NETstring object.Text = Text;
VC++_bstr_t object->Text = Text;
void object->PutText(_bstr_t Text);
CHRESULT object->put_Text(BSTR Text);

object

A SftOptionsHeader object.

Text

Defines the header's text.

Comments

The Text property defines the header's text.

The header text can consist of one line of text only.

Example

SftOptions1.Header.Align = constSftOptionsCenter
SftOptions1.Header.Style = headerSftOptionsButton
SftOptions1.Header.Text = "Options"
SftOptions1.Header.ToolTip = "ToolTip for these options"
SftOptions1.Add "", "Topic1", "Sample Topic", entrySftOptionsTopic, "", "", Nothing, "", "", "", ""
SftOptions1.InitializationComplete

See Also SftOptionsHeader Object | Object Hierarchy


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