DesignIntf.IPropertyHost

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
interface
class
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: DesignIntf

Delphi

IPropertyHost = interface

C++

__interface  INTERFACE_UUID("{093B302C-2AFC-4891-9B17-FAB69678C956}") IPropertyHost  : public System::IInterface

Description

Provides access to a drop-down property control. Use this interface to handle a custom drop-down control on your property.

See Also