System.Windows.Forms.PictureBox: Method Members

The methods 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 Methods

CancelAsync()

Cancels an asynchronous image load.

Load()

Displays the image specified by the PictureBox.ImageLocation property of the System.Windows.Forms.PictureBox.

Load(string)

Sets the PictureBox.ImageLocation to the specified URL and displays the image indicated.

LoadAsync()

Loads the image asynchronously.

LoadAsync(string)

Loads the image at the specified location, asynchronously.

override
ToString() : string

Returns a string that represents the current System.Windows.Forms.PictureBox control.

Protected Methods

override
Dispose(bool)

Releases the unmanaged resources used by the System.Windows.Forms.PictureBox and optionally releases the managed resources.

override
OnEnabledChanged(EventArgs)
Documentation for this section has not yet been entered.
override
OnHandleCreated(EventArgs)

Raises the Control.HandleCreated event.

override
OnHandleDestroyed(EventArgs)

Raises the Control.HandleDestroyed event.

OnLoadCompleted(System.ComponentModel.AsyncCompletedEventArgs)

Raises the PictureBox.LoadCompleted event.

OnLoadProgressChanged(System.ComponentModel.ProgressChangedEventArgs)

Raises the PictureBox.LoadProgressChanged event.

override
OnPaint(PaintEventArgs)

Raises the Control.Paint event.

override
OnParentChanged(EventArgs)
Documentation for this section has not yet been entered.
override
OnResize(EventArgs)

Raises the Control.Resize event.

OnSizeModeChanged(EventArgs)

Raises the PictureBox.SizeModeChanged event.

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.