Returns or sets a value indicating if the title bar will appear in grey when the form is not the active window.
Syntax
object.ShowInactiveState [= value]
The ShowInactiveState property syntax has these parts:
| Part | Description |
| object | An object expression referencing to a vbSkinner object. |
| value | A boolean expression specifying if the title bar will be grayed when the form is not the active window. |
Settings
The settings for value are:
| Value | Description |
| True | (Default) The title bar will show the active/inactive state of the form changing the color, as Windows default behavior. |
| False | The form title bar will appear always in color. |