ToolStripSeparator.ToolTipText Property

Definition

This property is not relevant to this class.

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

Property Value

A string representing the ToolTip text.

Attributes

Remarks

This property is not relevant to this class.

Applies to