DelegationState.Text Property

Definition

Gets the localized display description for the mode.

public:
 property System::String ^ Text { System::String ^ get(); };
public string Text { get; }
member this.Text : string
Public ReadOnly Property Text As String

Property Value

The value of the text parameter that was passed to the DelegationState(String, String, String) constructor.

Remarks

This property gets a localized string that is used in the tooltip for the DelegationState object. The Text property is set when the DelegationState object is created.

Applies to