Presentation is loading. Please wait.

Presentation is loading. Please wait.

Visual Programming Dr /Usama Abo Zaid PREPARED BY / MOSTAFA MOHAMED MOSTAFA.

Similar presentations


Presentation on theme: "Visual Programming Dr /Usama Abo Zaid PREPARED BY / MOSTAFA MOHAMED MOSTAFA."— Presentation transcript:

1 Visual Programming Dr /Usama Abo Zaid PREPARED BY / MOSTAFA MOHAMED MOSTAFA

2 Chapter 4 Graphical User Interfaces (GUI) with Windows Forms

3  Tab control control enables you to specify more information in he same space on a form and group displayed data logically.  TabControls contain TabPages that are similar to panels and Groubox. TabControl Control

4  You can add controls in the tabpages.  Write, myTapPageName.Controls.Add(theControl);  You can add controls in theTabControl.  Write myTabControl.Controls.Add(theTabPage); The initial page appears by default

5 TabControl Control Tab control Tab pages controls

6 Only One page is displayed at a time. In TabControl tabpages appear in order,the first tabpage then the second and the third,this is default. TABS TabControl tabpages

7 To change the initial TabPage Write, TabControlname.SelectedTab(index);

8 Tap control properties and events Tab control properties and an eventDescription ImageListSpecifies images to be displayed on Tabs. ItemSizeSpecifies the tab size. multilineIndicates whether multiple rows of tabs can be displayed. selectedIndexIndex of the selected PageTab. selectedTabThe selected TabPage.

9 Tap control properties and events Tab control properties and an eventDescription TabCountReturns the numbers of TabPages. TabPagesReturn the collection ofTabPages within the TabControl. As s Tabcontrol.TapPageCollection. Common Events SelectedIndexChangedGenerated when selectedIndex Changes

10 TabControl Control  In page 125 practical example with figure in page 127.

11 THANKS with best wishes for success MOSTAFA MOHAMED MOSTAFA


Download ppt "Visual Programming Dr /Usama Abo Zaid PREPARED BY / MOSTAFA MOHAMED MOSTAFA."

Similar presentations


Ads by Google