The properties of System.Windows.Forms.PictureBox are listed below. For a list of all members, see the PictureBox Members list.
See Also: Inherited members from System.Windows.Forms.Control
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. |