DesignIntf.IDefaultEditor Methods
InheritedProtected
AddRef | public | Increments the reference count for this interface. |
Copy | public | Provides an opportunity to copy the component to the clipboard in custom formats. |
Edit | public | Responds when the user double-clicks the component in the form designer. |
ExecuteVerb | public | Performs the action of a specified verb. |
GetComponent | public | Returns a reference to the component on which the editor operates. |
GetDesigner | public | Returns the interface for the form designer. |
GetVerb | public | Returns the string that corresponds to a specified position of the component's context menu. |
GetVerbCount | public | Returns the number of menu strings that the component editor adds to the context menu. |
IsInInlined | public | Indicates whether the component has the csInline flag set in its ComponentState property. |
PrepareItem | public | Allows the component editor to modify menu items as they are added to the context menu. |
QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. |
Release | public | Decrements the reference count for this interface. |
Supports | public | Indicates whether a given interface supports a specific (another) interface. |