Specifies the name of the shortcut which displays the group.
Type
Description
String
A HTML expression that indicates the caption of the shortcut.
The Group objects with the same Shortcut property belongs
to the same set, and displays the Shortcut caption in the control's shortcut
bar. The ShowShortcutBar property
specifies whether the control's shortcut bar is visible or hidden. By default,
the Shortcut property is empty, so all Group in the Groups collection belongs
to the same set. The shortcut bar displays the first icon in the HTML caption,
if found, or it displays a custom size picture if specified using the the ShortcutPicture
property. If the Shortcut has associated a custom size picture ( ShortcutPicture
property ), the first icon found in the HTML caption is not displayed in the
shortcut bar. The entire Shortcut caption is displayed when the shortcut is
expanded. Use the ExpandShortcutCount
property to expand the number of shortcuts in the control's shortcut bar.
The Shortcut property supports the following HTML tags:
<b>bold </b>
<u>underline </u>
<s>strikeout </s>
<i>italic </i>
<fgcolor = FF0000> fgcolor </fgcolor>
<bgcolor = FF0000>bgcolor
</bgcolor>
<br> breaks a line.
<solidline> draws a solid line
<dotline> draws a dotted line
<upline> draws the line to the top of the text line
<r> aligns the rest of the text line to the right side
<img>number</img> inserts an icon inside the item's
caption. The number indicates the index of the icon being inserted.
<img>key[:width]</img> inserts a custom size picture
being loaded using the HTMLPicture
property. The Key parameter indicates the key of the picture being
displayed. The Width parameter indicates a custom size, if you require to
stretch the picture, else the original size of the picture is used.
<font face;size>text </font> displays portions of
text with a different font and/or different size. For instance, the
<font Tahoma;12>bit</font>
draws the bit text using the Tahoma font, on size 12 pt. If the name of
the font is missing, and instead size is present, the current font is used
with a different size. For instance, <font ;12>bit</font>
displays the bit text using the current font, but with a different size.