Softelvdm.Controls Class Library for Windows Controls 1.0

Text Property, TextPartClass Class

Softel vdm, Inc.

Defines the string displayed by the part.

Syntax      TextPartClass Class (Softelvdm.Controls)

VB   

Public Property Text As String

C#   

public string Text { get; set; }

C++   

public: property String^ Text {
        String^ get();
        void set(String^ value);
}

Property Value

The text to display.

The default value is String.Empty.

Comments

The Text property defines the string displayed by the part.

The string is displayed using the text part's attributes. The TextStyle property can be used to define a single or multiline display.

Version Information

Supported in version 1.0.
Products Table


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