Search Results for

    Show / Hide Table of Contents

    Interface IExtendableControl

    Interface that must be implemented into all exetendable controls

    Namespace: Simplic.UI.ExtendableControls
    Assembly: Simplic.UI.dll
    Syntax
    public interface IExtendableControl

    Properties

    | Improve this Doc View Source

    Hooks

    Gets a list of control hooks

    Declaration
    IList<IExtendableControlHook> Hooks { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<IExtendableControlHook>

    Methods

    | Improve this Doc View Source

    Load()

    Control is loaded

    Declaration
    void Load()
    | Improve this Doc View Source

    Unload()

    Control is unloaded

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