C# 0 The Complete Reference


PART II C h a p t e r   2 6



Download 4,07 Mb.
Pdf ko'rish
bet1058/1096
Sana23.01.2022
Hajmi4,07 Mb.
#402171
1   ...   1054   1055   1056   1057   1058   1059   1060   1061   ...   1096
Bog'liq
C-Sharp 3 The Complete Reference Herbert Schildt


PART II

C h a p t e r   2 6 :  

U s e   S y s t e m . W i n d o w s . F o r m s  

853


the

Controls

 property, which is inherited from the 



Control

 class. The 



Add( )

 method is 

defined like this:

public virtual void Add(Control 



cntl

)

Here, 



cntl

 is the control being added. Once a control has been added to a form, it will be 

displayed when the form is displayed.

A Simple Button Example

The following program adds a button to the skeleton shown earlier. At this time, the button 

does not do anything, but it is present in the form and can be clicked.

// Add a Button.

using System;

using System.Windows.Forms;

using System.Drawing;

class ButtonForm : Form {

  Button MyButton;

  public ButtonForm() {

    Text = "Using a Button";

    MyButton = new Button();

    MyButton.Text = "Press Here";

    MyButton.Location = new Point(100, 200);

    Controls.Add(MyButton);

  }


  [STAThread]

  static void Main() {

    ButtonForm skel = new ButtonForm();

    Application.EnableVisualStyles();

    Application.Run(skel);

  }


}

This program creates a class called 




Download 4,07 Mb.

Do'stlaringiz bilan baham:
1   ...   1054   1055   1056   1057   1058   1059   1060   1061   ...   1096




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish