CommandLink is a general purpose hyperlink which generates an event when clicked. The image below shows a
CommandLink with the major visual elements and interactive surfaces highlighted. A
ContextMenuStrip can be assigned to the
CommandLink. The
ContextMenuStrip is displayed, provided it has menu items, when the
CommandButton is clicked.

| Property |
Description |
| Image |
An image can be displayed on the surface of the CommandLink. The image can be located above, below, to the left or right of the text. |
| Text |
Text can be displayed on the surface of the CommandLink. The text can be located above, below, to the left or right of the image. The text wraps if necessary. |
| Padding |
Padding is used to add empty space around the edge of the CommandLink. |
| MenuPosition |
A ContextMenuStrip can be assigned to the CommandLink. If the ContextMenuStrip has menu items, then it is displayed when the CommandLink is clicked. MenuPosition specifies the location at which the ContextMenuStrip is shown. |