Click or drag to resize

AppBarButtonCaption Property

Gets or sets the caption of the button, shown under the icon with small font.

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public string Caption { get; set; }

Property Value

Type: String
Remarks
By default, the text is hidden. Only the icon is visible. when the mouse pointer is hover on the button, the text will be shown.
See Also