The members of System.Windows.Forms.PictureBox are listed below.
See Also: Inherited members from System.Windows.Forms.Control
Initializes a new instance of the System.Windows.Forms.PictureBox class. |
override | AllowDrop | bool.
Overrides the Control.AllowDrop property. |
BorderStyle | BorderStyle.
Indicates the border style for the control. | |
CausesValidation | bool.
Overrides the Control.CausesValidation property. | |
ErrorImage | System.Drawing.Image.
Gets or sets the image to display when an error occurs during the image-loading process or if the image load is canceled. | |
override | Font | System.Drawing.Font.
Gets or sets the font of the text displayed by the control. |
override | ForeColor | System.Drawing.Color.
Overrides the Control.ForeColor property. |
Image | System.Drawing.Image.
Gets or sets the image that is displayed by System.Windows.Forms.PictureBox. | |
ImageLocation | string.
Gets or sets the path or URL for the image to display in the System.Windows.Forms.PictureBox. | |
ImeMode | ImeMode.
Gets or sets the Input Method Editor(IME) mode supported by this control. | |
InitialImage | System.Drawing.Image.
Gets or sets the image displayed in the System.Windows.Forms.PictureBox control when the main image is loading. | |
override | RightToLeft | RightToLeft.
Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left languages. |
SizeMode | PictureBoxSizeMode.
Indicates how the image is displayed. | |
TabIndex | int.
Gets or sets the tab index value. | |
TabStop | bool.
Gets or sets a value that indicates whether the user can give the focus to this control by using the TAB key. | |
override | Text | string.
Gets or sets the text of the System.Windows.Forms.PictureBox. |
WaitOnLoad | bool.
Gets or sets a value indicating whether an image is loaded synchronously. |
[read-only] override | CreateParams | CreateParams.
Overrides the Control.CreateParams property. |
[read-only] override | DefaultImeMode | ImeMode.
Gets a value indicating the mode for Input Method Editor (IME) for the System.Windows.Forms.PictureBox. |
[read-only] override | DefaultSize | System.Drawing.Size. Documentation for this section has not yet been entered. |
CancelAsync()
| ||
Load()
| ||
Load(string)
| ||
LoadAsync()
| ||
LoadAsync(string)
| ||
override | ToString()
|
override | Dispose(bool)
| |
override | OnEnabledChanged(EventArgs)Documentation for this section has not yet been entered. | |
override | OnHandleCreated(EventArgs)
| |
override | OnHandleDestroyed(EventArgs)
| |
OnLoadCompleted(System.ComponentModel.AsyncCompletedEventArgs)
| ||
OnLoadProgressChanged(System.ComponentModel.ProgressChangedEventArgs)
| ||
override | OnPaint(PaintEventArgs)
| |
override | OnParentChanged(EventArgs)Documentation for this section has not yet been entered. | |
override | OnResize(EventArgs)
| |
OnSizeModeChanged(EventArgs)
| ||
override | OnVisibleChanged(EventArgs)Documentation for this section has not yet been entered. | |
override | SetBoundsCore(int, int, int, int, BoundsSpecified)Documentation for this section has not yet been entered. |
CausesValidationChanged |
Overrides the Control.CausesValidationChanged property. | |
Enter |
Overrides the Control.Enter property. | |
FontChanged |
Occurs when the value of the PictureBox.Font property changes. | |
ForeColorChanged |
Occurs when the value of the PictureBox.ForeColor property changes. | |
ImeModeChanged |
Occurs when the value of the PictureBox.ImeMode property changes. | |
KeyDown |
Occurs when a key is pressed when the control has focus. | |
KeyPress |
Occurs when a key is pressed when the control has focus. | |
KeyUp |
Occurs when a key is released when the control has focus. | |
Leave |
Occurs when input focus leaves the System.Windows.Forms.PictureBox. | |
LoadCompleted |
Occurs when the asynchronous image-load operation is completed, been canceled, or raised an exception. | |
LoadProgressChanged |
Occurs when the progress of an asynchronous image-loading operation has changed. | |
RightToLeftChanged |
Occurs when the value of the PictureBox.RightToLeft property changes. | |
SizeModeChanged |
Occurs when PictureBox.SizeMode changes. | |
TabIndexChanged |
Occurs when the value of the PictureBox.TabIndex property changes. | |
TabStopChanged |
Occurs when the value of the PictureBox.TabStop property changes. | |
TextChanged |
Occurs when the value of the PictureBox.Text property changes. |
System.ComponentModel.ISupportInitialize.BeginInit |
Signals the object that initialization is starting. | |
System.ComponentModel.ISupportInitialize.EndInit |
Signals to the object that initialization is complete. |