NetXP 3.0 Reference

ColorUtil.GetTabBackground Method 

Retrieves the background color for tab pages, from a given background color.

[Visual Basic]
Public Shared Function GetTabBackground( _
   ByVal backColor As Color _
) As Color
[C#]
public static Color GetTabBackground(
   Color backColor
);

Parameters

backColor
A background color.

Return Value

The tab page background.

See Also

ColorUtil Class | NETXP.Library Namespace