Difference between revisions of "Md Button"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision imported)
Line 23: Line 23:
 
|class=titleClass colspan=1|Properties
 
|class=titleClass colspan=1|Properties
 
|-
 
|-
|{{Property | name=AutoWidth | type=Boolean | description=If set to the True, the button's width will automatically adjust to the width of the text it contains | readonly=no | newinversion= | version=1.0.0}}
+
|{{Property | name=AutoWidth | type=Boolean | description= | readonly=no | newinversion= | version=1.0.0}}
 
|-
 
|-
|{{Property | name=BackgroundColor | type=md_Module.MaterialColors | description=The MaterialColor to use as the background color of the button. | readonly=no | newinversion= | version=1.0.0}}
+
|{{Property | name=BackgroundColor | type=md_Module.MaterialColors | description= | readonly=no | newinversion= | version=1.0.0}}
 
|-
 
|-
 
|{{Property | name=ButtonStyle | type=mdlStyle | description= | readonly=no | newinversion= | version=1.0.0}}
 
|{{Property | name=ButtonStyle | type=mdlStyle | description= | readonly=no | newinversion= | version=1.0.0}}
 
|-
 
|-
|{{Property | name=Icon | type=String | description=The MaterialIcon to use instead of the Caption. | readonly=no | newinversion= | version=1.0.0}}
+
|{{Property | name=Icon | type=String | description= | readonly=no | newinversion= | version=1.0.0}}
 
|-
 
|-
|{{Property | name=Ripple | type=Boolean | description=If True, a [[md_Button.Ripple|Ripple]] visual effect is displayed when clicking the button. The default is True. | readonly=no | newinversion= | version=1.0.0}}
+
|{{Property | name=Ripple | type=Boolean | description= | readonly=no | newinversion= | version=1.0.0}}
 
|-
 
|-
|{{Property | name=TextColor | type=md_Module.MaterialColors | description=The MaterialColor to use as the text color of the button. | readonly=no | newinversion= | version=1.0.0}}
+
|{{Property | name=TextColor | type=md_Module.MaterialColors | description= | readonly=no | newinversion= | version=1.0.0}}
 
|-
 
|-
  
 
|-
 
|-
 
|}
 
|}

Revision as of 22:07, 15 August 2016


md_Button is a subclass of Xojo's WebButton control. All events, methods and properties of WebButton are available.

See http://docs.xojo.com/index.php/WebButton for the full documentation of WebButton.

Events
Open
Shown


Properties
AutoWidth
BackgroundColor
ButtonStyle
Icon
Ripple
TextColor