ToolStripDropDownButton::DefaultAutoToolTip Property

 

Gets a value indicating whether to display the ToolTip that is defined as the default.

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

protected:
property bool DefaultAutoToolTip {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true in all cases.

.NET Framework
Available since 2.0
Return to top
Show: