Difference between revisions of "RxButton"
From Ribbon Commander Documentation
(→Properties) |
|||
Line 16: | Line 16: | ||
| style="padding-left: 10px" | enabled || Whether the controls is enabled | | style="padding-left: 10px" | enabled || Whether the controls is enabled | ||
|} | |} | ||
− | |||
<div style="clear:left"></div> | <div style="clear:left"></div> | ||
+ | |||
== Methods == | == Methods == | ||
Line 30: | Line 30: | ||
| style="padding-left: 10px" | readXml || readXml description | | style="padding-left: 10px" | readXml || readXml description | ||
|} | |} | ||
− | |||
<div style="clear:left"></div> | <div style="clear:left"></div> | ||
Line 59: | Line 58: | ||
| style="padding-left: 10px" | OnGetEnabled || OnGetEnabled description | | style="padding-left: 10px" | OnGetEnabled || OnGetEnabled description | ||
|} | |} | ||
− | |||
<div style="clear:left"></div> | <div style="clear:left"></div> |
Revision as of 03:04, 11 March 2013
Contents
Description
rxButton models element CT_Button of the MS Custom UI XML specification
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
Event 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 |