Search Results for

    Show / Hide Table of Contents

    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 Source

    ExtendableControlHookFactories

    Gets all control hook factories

    Declaration
    public static IList<IExtendableControlFactory> ExtendableControlHookFactories { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<IExtendableControlFactory>
    | Improve this Doc View Source

    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 Source

    GetExtendableControlHooks(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

    | Improve this Doc View Source

    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

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx