Vcl.StdCtrls.TButton.ElevationRequired

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ElevationRequired;

C++

__property ElevationRequired = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TButton

Description

Puts a shield icon on a button, indicating that elevated access rights are required.

Vcl.StdCtrls.TButton.ElevationRequired inherits from Vcl.StdCtrls.TCustomButton.ElevationRequired. All content below this line refers to Vcl.StdCtrls.TCustomButton.ElevationRequired.

Puts a shield icon on a button, indicating that elevated access rights are required.

When ElevationRequired is True, the button has a shield icon, indicating that elevated access rights are required. Vista or later UI guidelines specify that when there is a button that performs an operation requiring elevated access rights, it should have this shield icon.

This icon overrides any of the properties specifying a button image for various button states, as in ImageIndex.

This is available for Windows Vista, Windows 7, or later Windows operating systems only.

See Also