Difference between revisions of "RxButton"
From Ribbon Commander Documentation
(→Description) |
|||
Line 5: | Line 5: | ||
[[image: rxButton.png|right|link=]] | [[image: rxButton.png|right|link=]] | ||
== Description == | == Description == | ||
− | rxButton models element [http://msdn.microsoft.com/en-us/library/dd926418(v=office.12).aspx CT_Button] of the MS Custom UI XML specification | + | rxButton models element [http://msdn.microsoft.com/en-us/library/dd926418(v=office.12).aspx CT_Button] of the MS Custom UI XML specification which specifies a standard push button. |
== Properties == | == Properties == |
Revision as of 11:25, 11 March 2013
Description
rxButton models element CT_Button of the MS Custom UI XML specification which specifies a standard push button.
Properties
Property Name
|
Description
|
description | The control's description in detailed views |
enabled | Whether the controls is enabled |
Methods
Method Name
|
Description
|
clear | clear description |
clone | clone description |
readXml | readXml description |
Delegates
Delegate Name
|
Description
|
onAction | onAction delegate description |
getDescription | getDescription description |
getEnabled | getEnabled description |
Events
Event Name
|
Description
|
OnActionEvent | OnActionEvent description |
OnGetDescription | OnGetDescription description |
OnGetEnabled | OnGetEnabled description |