Property WindowHandle
WindowHandle
Handle of a window in which the plugin function was called.
Declaration
public IntPtr WindowHandle { get; }
Property Value
Type | Description |
---|---|
IntPtr |
Remarks
In most cases this will be the handle of the main
KitchenDraw window, but for plugin functions like
OnSceleInformationDlgValidation
or
OnObjectAttributesDlValidation
a handle of corresponding
dialog window will be returned here.
See WindowHandle for an example how to get use of this handle.