GroupBox

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

Implementation Details

Component Selector: 'wm-groupbox'

Class inheritance

GroupBoxComponent extends ControlComponent.

PME Support

Properties

Property

Get/Set

Notify Changes

Details

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

disabled: string

Yes

No

Sets property disabled if it is required

Methods

Method

Supported

Details

None

None

None

Events

Event

Supported

Parameter

Details

None

None

None

Last updated