Icon Mdi Tab

0
0

Hi Wisej,

How to set icon of Mdi Tab in Wisej framework?

Thank you.

Attachment
  • You must to post comments
0
0

The icon is showing correctly.

The screenshot shows a regular form with a TabControl, not an Mdi form.

To set icons for the tabs simply use any of the ImageIndex or ImageKey properties and assign an ImageList to tne TabControl.

https://wisej.com/docs/2.0/html/Properties_T_Wisej_Web_TabPage.htm

To use an Mdi form, set the IsMdiContainer to true and create mdi children at runtime setting the MdiParent.

Try the UIContainers sample:

https://github.com/iceteagroup/wisej-examples/tree/2.0/UIContainers

 

 

 

 

  • You must to post comments
0
0

I set icon of Form. But it does’nt show icon on Tab

Attachment
  • You must to post comments
0
0

Hi Huynh,

you can use Form.Icon/IconSource properties.
They are used by the MDI when the form is displayed in a tab.

Best regards
Frank

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.