Search Results for

    Show / Hide Table of Contents

    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 Source

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

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