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; }
Public Property Caption As String
Get
Set
public:
property String^ Caption {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringRemarks
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