Wisej.Web.PictureBox
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents an image control.
Initializes a new instance of the PictureBox class.
Initializes a new instance of the PictureBox 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 PictureBox 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.
Initializes a new instance of the PictureBox class with specified settings.
location
size
Initializes a new instance of the PictureBox class with specified settings.
image
location
size
sizeMode
Initializes a new instance of the PictureBox class with specified settings.
imageSource
The source path of the image to display in the picture box.
location
size
sizeMode
BorderStyle: Indicates the border style for the control. (Default: None
)
ICommand: Returns or sets the ICommand implementation to invoke. (Default: null
)
Size:
DialogResult: Returns or sets a value that is returned to the parent form when the button is clicked. (Default: None
)
String: Returns or sets the filter (filter) to apply to the picture. (Default: null
)
Image: Returns or sets the image that is displayed by PictureBox.
ImagePropertySettings: Creates the property manager for the Image properties on first use.
String: Returns or sets the theme name or URL for the image to display in the PictureBox.
PictureBoxSizeMode: Indicates how the image is displayed. (Default: Normal
)
Disposes the control.
disposing
true when this method is called by the application rather than a finalizer.
Sets the ImageSource to the specified URL and displays the image indicated.
url
Loads the image at the specified location, asynchronously.
url
Fires the Click event.
e
Fires the CommandChanged event.
e
Fires the LoadCompleted event.
e
Fires the SizeModeChanged event.
e
Processes the event from the client.
e
Event arguments.
Renders the client component.
config
Dynamic configuration object.
Generates a Click event for the LinkLabel control.
EventHandler Fired when the Command property value changes.
EventHandler Fired when the asynchronous image-load operation is completed.
EventHandler Fired when SizeMode changes.
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.
The location of the on its parent control.
The size of the .
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 .
The location of the on its parent control.
The size of the .
The size mode for the picture box, optional and defaults to .
The path for the image to display in the .
The path for the image to display in the .
An that contains the event data.
A that contains the event data.
A that contains the event data.
A that contains the event data.
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.