DesignIntf.IPropertyHost

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IPropertyHost = interface

C++

__interface  INTERFACE_UUID("{093B302C-2AFC-4891-9B17-FAB69678C956}") IPropertyHost  : 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. Use this interface to handle a custom drop-down control on your property.

See Also