This property sets whether or not the Pan Window is displayed in the topmost position, above all other windows, regardless of focus.
[Visual Basic] Public Property PWTopMost As
Boolean
[C#] public bool PWTopMost {get; set;}
Property Value
True: Displayed in the topmost position (above all other
windows.)
False: The window that has focus is displayed in the topmost
position.
Default value: True
Explanation
The PWTopMost property sets whether or not the Pan Window is displayed in the topmost position, above all other windows, regardless of focus.
When the PWTopMost is true, the Pan Window is displayed in the top most position. It will be above other windows even if those windows have focus. When this property is false, the window that has focus is displayed in the topmost position.