Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxRowHeader.Text Property

Defines the row header's text.

Syntax

Get

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

Put

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

object

A SftBoxRowHeader object.

String

Defines the row header's text.

Comments

The Text property defines the row header's text.

The alignment of row header text for all row headers can be defined using the RowHeaders.Align property.

Row headers can support multiple text lines (see RowHeaders.Lines) by using new-line characters (CR-LF) to start a new line. Word-wrap is not supported.

The font used for the row header text is defined using the RowHeaders.Font property.

A row header can only contain a single line of text.

See Also SftBoxRowHeader Object | Object Hierarchy


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