ToolStripDropDownButton::AutoToolTip Property

 

Gets or sets a value indicating whether to use the Text property or the ToolTipText property for the ToolStripDropDownButton ToolTip.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property bool AutoToolTip {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true to use the Text property for the ToolTip; otherwise, false. The default is true.

.NET Framework
Available since 2.0
Return to top
Show: