Button

Adds supports for [System.Windows.Forms.Button](https://msdn.microsoft.com/en-us/library/system.windows.forms.button(v=vs.110).aspx)

Implementation Details:

Component Selector: 'wm-button'

Kendo UI Component: Kendo Button

Class inheritance

ButtonComponent extends ControlComponent.

PME Support

Properties

Property

Get/Set

Notify Changes

Details

primary

Yes

No

Used to add a custom style in the component.

text: string

Yes

Yes

Inherited from ControlComponent see ControlComponent

name: string

Yes

No

Inherited from ControlComponent see ControlComponent

enabled: boolean

Yes

No

Inherited from ControlComponent see ControlComponent

visible: boolean

Yes

No

Inherited from ControlComponent see ControlComponent

Methods

Method

Supported

Details

None

None

None

Events

Event

Supported

Parameter

Details

click

Yes

$event: any

Trigger Click Event. $event parameter is optional and the $event object vary depending on the type of DOM event.

Last updated