Vcl.ActnMan.TMenuProperties

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnMan.TControlPropertiesVcl.ActnMan.TCheckBoxPropertiesVcl.ActnMan.TCommandPropertiesSystem.Classes.TPersistentSystem.TObjectTMenuProperties

Delphi

TMenuProperties = class(TControlProperties)

C++

class PASCALIMPLEMENTATION TMenuProperties : public TControlProperties

Properties

Type Visibility Source Unit Parent
class public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan Vcl.ActnMan

Description

TMenuProperties contains properties applicable to action client items that have the CommandStyle property set to csMenu.

TMenuProperties is used by the TActionClientItem objects that have the CommandStyle property set to csMenu. Do not create instances of TButtonProperties directly. TButtonProperties is automatically created by the TActionClientItem when its CommandStyle property is modified.

See Also