KiXforms Class Library |
TopMost Property |
Gets or sets a value indicating whether the Form should be displayed as the top-most form of your application.
TopMost [ = Boolean ]
True to display the form as a top-most form; otherwise, false. The default is false.
A top-most form is a form that overlaps all the other forms even if it is not the active or foreground form. Top-most forms are always displayed at the highest point in the Z-order of an application. You can use this method to create a form that is always displayed in your application, such as a Find and Replace tool window.
Applies To: Form Object
The CHM file was converted to HTML by chm2web software. |