Share via


TipElement Class

Definition

The description of a button displayed in the hint bar of a suggestion.

public class TipElement
type TipElement = class
Public Class TipElement
Inheritance
TipElement

Constructors

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

Fields

CommandArg

The VS command argument passed to VS when the command is executed.

CommandGuid

The VS command defined by CommandGuid, CommandId will be executed when the user clicks on the tip element.

CommandId

The VS command defined by CommandGuid, CommandId will be executed when the user clicks on the tip element.

Content

The content displayed in the colored button. This can be a string, an ImageId, or null. If null, the string that corresponds to the keybinding of the CommandGuid, CommandId will be displayed.

Label

The optional text label displayed to the right of the colored button.

ToolTip

The tool tip shown if the user hovers over the tip element.

Applies to