|

State


(number) The new state of the xButton:



CONSTANT


VALUE


DESCRIPTION


BTN_UP


0


xButton is up (normal). (default)


BTN_DOWN


1


xButton is down (pressed).


Re t u r n s


image

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


See also: Related Actions


image

xButton.SetText

OverviewExamples

xButton.SetText ( string ObjectName,


string Text )


De s cr ip t ion


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.


P arame t er s


ObjectName


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


|