Interface IWindowHookFactory
Factory for creating window hooks
Namespace: Simplic.Framework.UI
Assembly: Simplic.Framework.Base.dll
Syntax
public interface IWindowHookFactory
Methods
| Improve this Doc View SourceCreate(Object)
Create an instance of a hook when the instance type matches
Declaration
IWindowHook Create(object instance)
Parameters
Type | Name | Description |
---|---|---|
System.Object | instance | Instance of the control |
Returns
Type | Description |
---|---|
IWindowHook | Window hook if found, else null |