Class UIHookFactory
Hook factories for the ui system
Inheritance
System.Object
UIHookFactory
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.UI
Assembly: Simplic.Framework.Base.dll
Syntax
public static class UIHookFactory
Properties
| Improve this Doc View SourceExtendableControlHookFactories
Gets all control hook factories
Declaration
public static IList<IExtendableControlFactory> ExtendableControlHookFactories { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<IExtendableControlFactory> |
WindowHookFactories
Gets all window hook factories
Declaration
public static IList<IWindowHookFactory> WindowHookFactories { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<IWindowHookFactory> |
Methods
| Improve this Doc View SourceGetExtendableControlHooks(Object)
Get all available extendable control hooks
Declaration
public static IEnumerable<IExtendableControlHook> GetExtendableControlHooks(object instance)
Parameters
Type | Name | Description |
---|---|---|
System.Object | instance | Get control hooks |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IExtendableControlHook> | Enumerable of control hooks |
GetWindowHooks(Object)
Get all available window hooks
Declaration
public static IEnumerable<IWindowHook> GetWindowHooks(object instance)
Parameters
Type | Name | Description |
---|---|---|
System.Object | instance | Get window hooks |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IWindowHook> | Enumerable of window hooks |