PictureBox
Wisej.Web.PictureBox
Last updated
Was this helpful?
Wisej.Web.PictureBox
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents an image control.
Initializes a new instance of the class.
Initializes a new instance of the class with specified settings.
image
sizeMode
The size mode for the picture box, optional and defaults to PictureBoxSizeMode.Normal.
Initializes a new instance of the class with specified settings.
imageSource
The source path of the image to display in the picture box.
sizeMode
The size mode for the picture box, optional and defaults to PictureBoxSizeMode.Normal.
location
size
image
location
size
sizeMode
imageSource
The source path of the image to display in the picture box.
location
size
sizeMode
Disposes the control.
disposing
true when this method is called by the application rather than a finalizer.
url
Loads the image at the specified location, asynchronously.
url
e
e
e
e
Processes the event from the client.
e
Event arguments.
Renders the client component.
config
Dynamic configuration object.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
Provides access to common image properties across the controls that implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
The object to display in the picture box.
Initializes a new instance of the class with specified settings.
The location of the on its parent control.
The size of the .
Initializes a new instance of the class with specified settings.
The object to display in the picture box.
The location of the on its parent control.
The size of the .
The size mode for the picture box, optional and defaults to .
Initializes a new instance of the class with specified settings.
The location of the on its parent control.
The size of the .
The size mode for the picture box, optional and defaults to .
: Indicates the border style for the control. (Default: None
)
: Returns or sets the implementation to invoke. (Default: null
)
:
: Returns or sets a value that is returned to the parent form when the button is clicked. (Default: None
)
: Returns or sets the filter () to apply to the picture. (Default: null
)
: Returns or sets the image that is displayed by .
: Returns or sets the theme name or URL for the image to display in the .
: Indicates how the image is displayed. (Default: Normal
)
Sets the to the specified URL and displays the image indicated.
The path for the image to display in the .
The path for the image to display in the .
Fires the event.
An that contains the event data.
Fires the event.
A that contains the event data.
Fires the event.
A that contains the event data.
Fires the event.
A that contains the event data.
Generates a event for the control.
Fired when the property value changes.
Fired when the asynchronous image-load operation is completed.
Fired when changes.
Allows a control to act like a button on a .
Defines an object that can invoke a .
All wisej controls derived from the class must implement this interface.