Gets or sets the tool tip text.

Namespace:  CoreDevices.DeviceControls
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string ToolTipText { get; set; }
Visual Basic (Declaration)
Public Property ToolTipText As String
Visual C++
public:
property String^ ToolTipText {
	String^ get ();
	void set (String^ value);
}

Field Value

The tool tip text.

See Also