ToolStripDropDownButton.AutoToolTip 屬性

定義

取得或設定值,這個值指出是否要針對 ToolTipText 工具提示使用 Text 屬性或 ToolStripDropDownButton 屬性。

public:
 property bool AutoToolTip { bool get(); void set(bool value); };
public bool AutoToolTip { get; set; }
member this.AutoToolTip : bool with get, set
Public Property AutoToolTip As Boolean

屬性值

true 表示要針對工具提示使用 Text 屬性,否則為 false。 預設為 true

適用於