PictureBox
Last updated
Was this helpful?
Last updated
Was this helpful?
Adds supports for [System.Windows.Forms.PictureBox]()
Component Selector: 'wm-picturebox'
PictureBoxComponent extends .
Property
Get/Set
Notify Changes
Details
source
Yes
No
Sets and gets value of the image resource.
text: string
Yes
Yes
name: string
Yes
No
enabled: boolean
Yes
No
visible: boolean
Yes
No
sizeMode: number
Yes
No
Gets or sets the value of the sizeMode.
Method
Supported
Details
sizes: any
Yes
Returns the value for the property PicktureBoxSizeMode.
isValidSource: boolean
Yes
Returns if the source property is a valid resource url.
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.
dragDrop
Yes
$event: any }
Trigger event after an element is dropped inside the control.
Inherited from ControlComponent
Inherited from ControlComponent
Inherited from ControlComponent
Inherited from ControlComponent