It returns a value indicating the title bar text color of the current skin.
Data type: long
It is not available at design time and it is read only at run time.
Syntax
object.CurrentTitleBarForeColor
The CurrentTitleBarForeColor property syntax has these parts:
| Part | Description |
| object | An object expression referencing to a vbSkinner object. |
| value | A long value with the color of the title bar text |
This value can be used to set the colors of some elements in the program according to the title bar text color.
| See also: | CurrentSkinPicture (property) |
| CurrentTitleBarBackColor (property) |
![]()