Class ExtendableContactWindowUIContentPresenter
Inheritance
System.Object
ExtendableContactWindowUIContentPresenter
Implements
IExtendableControl
Namespace: Simplic.PlugIn.SAC.Contact.UI
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public class ExtendableContactWindowUIContentPresenter : UIContentPresenter
Constructors
| Improve this Doc View SourceExtendableContactWindowUIContentPresenter()
Initialize extendable control
Declaration
public ExtendableContactWindowUIContentPresenter()
Properties
| Improve this Doc View SourceHooks
Gets a list of control hooks
Declaration
public IList<IExtendableControlHook> Hooks { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<IExtendableControlHook> |
Methods
| Improve this Doc View SourceLoad()
Execute load method
Declaration
public virtual void Load()
Unload()
Execute unload method
Declaration
public virtual void Unload()
Implements
IExtendableControl