Plugin

Property of IPane

Description

Return owning plugin

Property type

Read-Only Property of type IPlugin

Syntax

JavaScript

var pPlugin = Pane.Plugin;

==== Visual Basic Script ====

pPlugin = Pane.Plugin

==== C++ ====

CComPtr<IPlugin> pPlugin;
HRESULT hr = Pane.get_Plugin(&pPlugin);

===== See Also ===== IPane