StripLine.Text Property

Definition

Gets or sets the text of the strip line.

public:
 property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string Text { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Text : string with get, set
Public Property Text As String

Property Value

A string value that represents the text of a strip line.

Attributes

Remarks

Use this property to add text to a strip line.

Applies to