Share via


StandardTableColumnDefinitions.Text Field

Definition

The column used to display the descriptive text associated with the entry.

public: System::String ^ Text;
std::wstring Text;
public const string Text;
val mutable Text : string
Public Const Text As String 

Field Value

Remarks

This column uses the Text and FullText key names in an entry.

If FullText value exists then Text is displayed in the column and the full text is used as a tool tip and when copying the contents.

If FullText value doesn't exist then Text is displayed in the column and when copying the contents and there is no tool tip.

Applies to