Returns or sets a value indicating whether the form will stay visible over all the other windows. This property can be set at design time or at run time.
Syntax
object.AlwaysOnTop [= value]
The AlwaysOnTop property syntax has these parts:
| Part | Description |
| object | An object expression referencing to a vbSkinner object. |
| value | A Boolean expression specifying whether the form will be always on top over all the other windows, as described in Settings. |
Settings
The settings for value are:
| Value | Description |
| True | The form will appear always on top over the other windows. |
| False | (Default) The form will appear in the corresponding Z order. |
![]()
| See also: | AlwaysOnTopButton (property) |
![]()