StandardTableColumnDefinitions.Text Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.