Computer Science, asked by devkumarji77, 10 months ago

we can change the appearance of the form using the various options on the ....... and ......
tabs.

Answers

Answered by jameshul471
5

Answer:

You can change the appearance of tabs in Windows Forms by using properties of the TabControl and the TabPage objects that make up the individual tabs on the control. By setting these properties, you can display images on tabs, display tabs vertically instead of horizontally, display multiple rows of tabs, and enable or disable tabs programmatically.

To display an icon on the label part of a tab

Add an ImageList control to the form.

Add images to the image list.

For more information about image lists, see ImageList Component and How to: Add or Remove Images with the Windows Forms ImageList Component.

Set the ImageList property of the TabControl to the ImageList control.

Set the ImageIndex property of the TabPage to the index of an appropriate image in the list.

To create multiple rows of tabs

Add the number of tab pages you want.

Set the Multiline property of the TabControl to true.

If the tabs do not already appear in multiple rows, set the Width property of the TabControl to be narrower than all the tabs.

Answered by psingh11277
2

Answer:

By using option available on database tools and create tab

Similar questions