xButton.SetText

xButton.SetText ( 

string ObjectName,

string Text )

Description

Sets the text that you want to display on the xButton object. If the object has markup enabled, you can specify the desired text and formatting using supported Extensible Application Markup Language (XAML) syntax.

Parameters

ObjectName

(string) The name of the xButton object to set.

Text

(string) The text to display. If markup is enabled, the text must be formatted as XAML.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions