Type | Description | |||
Part as BackgroundPartEnum | A BackgroundPartEnum expression that specifies the control's background part. | |||
Color | A Color expression that indicates the background color for a specified part. The last 7 bits in the high significant byte of the color to indicates the identifier of the skin being used. Use the Add method to add new skins to the control. If you need to remove the skin appearance from a part of the control you need to reset the last 7 bits in the high significant byte of the color being applied to the background's part. |
For instance:
Use the ShowToolTip method to display a custom tooltip. The Tooltip / TooltipTitle property indicates the item's tooltip.