 | ControlFactoryManager Class |
Control factory used to create new controls.
Inheritance Hierarchy Namespace: AxiomCore2.ManagersAssembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntaxpublic sealed class ControlFactoryManager : IDisposable
The ControlFactoryManager type exposes the following members.
Properties| | Name | Description |
|---|
  | Instance |
Reference to singleton instance.
|
Top
Methods
Example
Use the static
Instance property to access this class.
var button = ControlFactory.Instance.CreateControl(ControlKind.Button);
This will create a button control that can then be added to a
IControlParent's
Children collection.
See Also