SetColor
Previous
Next
Sets the back color of a page in the TabControl object.
Syntax: SetColor (TabPage As Int32, color As Color)
TabPage - The index of the page.
Example:
tbc.SetColor (0, cRed)