PropertyValueUIItem.ToolTip Property

Definition

Gets or sets the information string to display for this item.

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

Property Value

A string containing the information string to display for this item.

Applies to

See also