共用方式為


TipElement 類別

定義

建議提示列中顯示的按鈕描述。

public class TipElement
type TipElement = class
Public Class TipElement
繼承
TipElement

建構函式

TipElement(Object, String, Guid, UInt32, Object, Object)

建議提示列中顯示的按鈕描述。

欄位

CommandArg

執行命令時傳遞至 VS 的 VS 命令自變數。

CommandGuid

CommandGuidCommandId 定義的 VS 命令會在使用者按兩下 tip 元素時執行。

CommandId

CommandGuidCommandId 定義的 VS 命令會在使用者按兩下 tip 元素時執行。

Content

顯示在彩色按鈕中的內容。 這可以是字串、 ImageId、 或 Null。 如果為 null,則會顯示對應至 之索引鍵系結的CommandGuidCommandId字串。

Label

顯示在色彩按鈕右側的選擇性文字標籤。

ToolTip

如果使用者將滑鼠停留在 tip 元素上方,會顯示工具提示。

適用於