DesignIntf.IPropertyHost20

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IPropertyHost20 = interface

C++

__interface  INTERFACE_UUID("{46000055-6FD3-4C80-8E4C-8B28D0CD0593}") IPropertyHost20  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf DesignIntf

Description

Provides access to a drop-down property control.

Implement IPropertyHost20 in addition to IPropertyHost to gain extra functionality for handling a custom drop-down control for a property.

See Also