Vcl.CustomizeDlg.TCustomizeDlg.StayOnTop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StayOnTop: Boolean read FStayOnTop write SetStayOnTop;

C++

__property bool StayOnTop = {read=FStayOnTop, write=SetStayOnTop, nodefault};

Properties

Type Visibility Source Unit Parent
property published
Vcl.CustomizeDlg.pas
Vcl.CustomizeDlg.hpp
Vcl.CustomizeDlg TCustomizeDlg

Description

Specifies whether the customization dialog can be placed behind other windows.

If you want the customization dialog to stay on top of all windows while it is visible, set StayOnTop to true. Otherwise, it should be set to false.