Gets or sets the tooltip.


Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)

Syntax

Visual Basic (Declaration)
Public Property Tooltip As String
C#
public string Tooltip { get; set; }
C++
public property string Tooltip sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_Tooltip();

/** property */
public void set_Tooltip(string value);
JScript
public function get Tooltip() : String

public function set Tooltip(value : String);

Property Value

The tooltip.

See Also