Search Results for

    Show / Hide Table of Contents

    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 Source

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

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