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 SourceHooks
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 SourceLoad()
Control is loaded
Declaration
void Load()
Unload()
Control is unloaded
Declaration
void Unload()