Difference between revisions of "RxButton"

From Ribbon Commander Documentation
Jump to: navigation, search
(Properties)
(Properties)
Line 15: Line 15:
 
|-
 
|-
 
| style="padding-left: 10px" | enabled || Whether the controls is enabled
 
| style="padding-left: 10px" | enabled || Whether the controls is enabled
 +
|-
 +
| style="padding-left: 10px" | __PROP__ || __DESCR__
 +
|-
 +
| style="padding-left: 10px" | __PROP__ || __DESCR__
 +
|-
 +
| style="padding-left: 10px" | __PROP__ || __DESCR__
 +
|-
 +
| style="padding-left: 10px" | __PROP__ || __DESCR__
 +
|-
 +
| style="padding-left: 10px" | __PROP__ || __DESCR__
 +
|-
 +
| style="padding-left: 10px" | __PROP__ || __DESCR__
 +
|-
 +
| style="padding-left: 10px" | __PROP__ || __DESCR__
 +
|-
 +
| style="padding-left: 10px" | __PROP__ || __DESCR__
 +
|-
 +
| style="padding-left: 10px" | __PROP__ || __DESCR__
 +
|-
 +
| style="padding-left: 10px" | __PROP__ || __DESCR__
 +
|-
 +
| style="padding-left: 10px" | __PROP__ || __DESCR__
 +
|-
 +
| style="padding-left: 10px" | __PROP__ || __DESCR__
 +
|-
 +
| style="padding-left: 10px" | __PROP__ || __DESCR__
 +
|-
 +
| style="padding-left: 10px" | __PROP__ || __DESCR__
 +
|-
 +
| style="padding-left: 10px" | __PROP__ || __DESCR__
 +
|-
 +
| style="padding-left: 10px" | __PROP__ || __DESCR__
 +
|-
 +
| style="padding-left: 10px" | __PROP__ || __DESCR__
 +
|-
 +
| style="padding-left: 10px" | __PROP__ || __DESCR__
 +
|-
 +
| style="padding-left: 10px" | __PROP__ || __DESCR__
 +
|-
 +
| style="padding-left: 10px" | __PROP__ || __DESCR__
 +
|-
 +
| style="padding-left: 10px" | __PROP__ || __DESCR__
 +
|-
 +
| style="padding-left: 10px" | __PROP__ || __DESCR__
 +
|-
 +
| style="padding-left: 10px" | __PROP__ || __DESCR__
 +
|-
 +
| style="padding-left: 10px" | __PROP__ || __DESCR__
 +
|-
 +
| style="padding-left: 10px" | __PROP__ || __DESCR__
 +
|-
 +
| style="padding-left: 10px" | __PROP__ || __DESCR__
 +
|-
 +
| style="padding-left: 10px" | __PROP__ || __DESCR__
 +
|-
 +
| style="padding-left: 10px" | __PROP__ || __DESCR__
 +
|-
 +
| style="padding-left: 10px" | __PROP__ || __DESCR__
 +
|-
 +
| style="padding-left: 10px" | __PROP__ || __DESCR__
 
|}
 
|}
 
<div style="clear:left"></div>
 
<div style="clear:left"></div>

Revision as of 12:42, 11 March 2013

RxButton.png

Description

rxButton models element CT_Button of the MS Custom UI XML specification which specifies a standard push button.

Properties

Property Name
Description
description Sets the extended description of the control, which appears in menus with itemSize set to large
enabled Whether the controls is enabled
__PROP__ __DESCR__
__PROP__ __DESCR__
__PROP__ __DESCR__
__PROP__ __DESCR__
__PROP__ __DESCR__
__PROP__ __DESCR__
__PROP__ __DESCR__
__PROP__ __DESCR__
__PROP__ __DESCR__
__PROP__ __DESCR__
__PROP__ __DESCR__
__PROP__ __DESCR__
__PROP__ __DESCR__
__PROP__ __DESCR__
__PROP__ __DESCR__
__PROP__ __DESCR__
__PROP__ __DESCR__
__PROP__ __DESCR__
__PROP__ __DESCR__
__PROP__ __DESCR__
__PROP__ __DESCR__
__PROP__ __DESCR__
__PROP__ __DESCR__
__PROP__ __DESCR__
__PROP__ __DESCR__
__PROP__ __DESCR__
__PROP__ __DESCR__
__PROP__ __DESCR__
__PROP__ __DESCR__
__PROP__ __DESCR__

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


Examples

VBA

Dim grp As rxGroup
Set grp = New rxGroup
 
Dim btn As rxButton
Set btn = New rxButton
 
grp.Buttons.Add btn

C#

VB.NET

C++