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