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