Files
docs-desktop/dotnet-desktop-guide/framework/winforms/controls/picturebox-control-windows-forms.md
T
Andy De George c0ba284473 Initial winforms content migrated (#18)
* Merge winforms framework content to working branch (#14)

* Breadcrumb / TOC / Move net5 to net folder (#15)

* change path from net5 to net

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Add .net 5 winforms placeholder article (#16)

* added some metadata and adjusted net5 placeholder

* corrections

* corrections

* corrections

* Test1

* Swapping landing page vs concept

* fix links

* Fix links

* Fix desc
2020-09-01 16:26:21 -07:00

1.5 KiB

title, ms.date, helpviewer_keywords, ms.assetid
title ms.date helpviewer_keywords ms.assetid
PictureBox Control 03/30/2017
PictureBox control [Windows Forms]
image controls [Windows Forms]
images [Windows Forms], adding to PictureBox control
f900eb93-25d5-40e5-b5df-b3cea0e831b6

PictureBox Control (Windows Forms)

The Windows Forms PictureBox control is used to display graphics in bitmap, GIF, JPEG, metafile, or icon format.

In This Section

PictureBox Control Overview
Explains what this control is and its key features and properties.

How to: Modify the Size or Placement of a Picture at Run Time
Explains what the xref:System.Windows.Forms.PictureBox.SizeMode%2A property does and how to set it.

How to: Set Pictures at Run Time
Describes how to display and clear a picture at run time.

How to: Load a Picture Using the Designer
Describes how to load and display a picture on a form at design time.

Reference

xref:System.Windows.Forms.PictureBox
Describes this class and has links to all its members.

Controls to Use on Windows Forms
Provides a complete list of Windows Forms controls, with links to information on their use.