Returns or sets a value indicating whether in the title bar will be visible a button that will allow the user to make always on top the form over all the other windows. It is available at design time and at run time.
Syntax
object.AlwaysOnTopButton [= value]
The AlwaysOnTopButton property syntax has these parts:
| Part | Description |
| object | An object expression referencing to a vbSkinner object. |
| value | A Boolean expression specifying whether in the title bar will appear the 'Always on top' button. |
Settings
The settings for value are:
| Value | Description |
| True | The 'Always on top' button will be visible. |
| False | (Default) This button will not appear at the title bar. |
Remarks: The button to which this property refers is identified in the sample figure with number '5'.
| See also: | AlwaysOnTop (property) |
| Property page 'Buttons' | |
| To customize the buttons that appear in the title bar |
![]()