[This is preliminary documentation and is subject to change.]

The alternate text of the button (e.g. in alert)

Namespace:  OfficeClip.BusinessLayer.Framework
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public string AlternateText { get; set; }
Visual Basic (Declaration)
Public Property AlternateText As String
Visual C++
public:
property String^ AlternateText {
	String^ get ();
	void set (String^ value);
}

See Also