TipElement 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建議提示列中顯示的按鈕描述。
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 元素上方,會顯示工具提示。 |