Difference between revisions of "RxButton"

From Ribbon Commander Documentation
Jump to: navigation, search
(Delegates)
Line 40: Line 40:
 
|<h3 style="background-color:#3886c9; font-weight:bold; color:white; padding:0.3em 1em; margin:1em 0; font-size:inherit; text-align:center">Description</h3>
 
|<h3 style="background-color:#3886c9; font-weight:bold; color:white; padding:0.3em 1em; margin:1em 0; font-size:inherit; text-align:center">Description</h3>
 
|-
 
|-
| OnActionEvent || align="left" | OnActionEvent description
+
| onAction|| align="left" | onAction delegate description
 
|-
 
|-
| OnGetDescription || align="left" | OnGetDescription description
+
| getDescription || align="left" | getDescription description
 
|-
 
|-
| OnGetEnabled || align="left" | OnGetEnabled description
+
| getEnabled || align="left" | getEnabled description
 
|}
 
|}
 
<div style="clear:left"></div>
 
<div style="clear:left"></div>
 
  
 
== Events ==
 
== Events ==

Revision as of 03:19, 11 March 2013

RxButton.png

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