Use PictureBox in the image box in C,

Source: Internet
Author: User

Use PictureBox in the image box in C,
No matter which programming language has components, image frames are indispensable. C # language is a rich language of components. Naturally, image box components are indispensable.

The main attributes of the Image frame component are Name, Image, SizeMode, and BorderStyle.

The Name attribute is used to set the object Name of an image.

The Image attribute is used to add images.

SizeMode is used to set the image size mode.

BorderStyle is used to set the border style of an image.

For example, I drew an image box and added an image. And set the size mode to: Zoom. The border style is fixed3D.

The event in the image box is mainly a click event. When we click the image box, we can respond to certain events and perform operations. For example, a dialog box is displayed.

Void PictureBox1Click (object sender, EventArgs e) {MessageBox. Show ("click the image box! ");}

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.