System.Windows.Forms.PictureBox: Property Members

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

Public Properties

override
AllowDropbool.

Overrides the Control.AllowDrop property.

BorderStyleBorderStyle.

Indicates the border style for the control.

CausesValidationbool.

Overrides the Control.CausesValidation property.

ErrorImageSystem.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
FontSystem.Drawing.Font.

Gets or sets the font of the text displayed by the control.

override
ForeColorSystem.Drawing.Color.

Overrides the Control.ForeColor property.

ImageSystem.Drawing.Image.

Gets or sets the image that is displayed by System.Windows.Forms.PictureBox.

ImageLocationstring.

Gets or sets the path or URL for the image to display in the System.Windows.Forms.PictureBox.

ImeModeImeMode.

Gets or sets the Input Method Editor(IME) mode supported by this control.

InitialImageSystem.Drawing.Image.

Gets or sets the image displayed in the System.Windows.Forms.PictureBox control when the main image is loading.

override
RightToLeftRightToLeft.

Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left languages.

SizeModePictureBoxSizeMode.

Indicates how the image is displayed.

TabIndexint.

Gets or sets the tab index value.

TabStopbool.

Gets or sets a value that indicates whether the user can give the focus to this control by using the TAB key.

override
Textstring.

Gets or sets the text of the System.Windows.Forms.PictureBox.

WaitOnLoadbool.

Gets or sets a value indicating whether an image is loaded synchronously.

Protected Properties

[read-only]
override
CreateParamsCreateParams.

Overrides the Control.CreateParams property.

[read-only]
override
DefaultImeModeImeMode.

Gets a value indicating the mode for Input Method Editor (IME) for the System.Windows.Forms.PictureBox.

[read-only]
override
DefaultSizeSystem.Drawing.Size. Documentation for this section has not yet been entered.