Class UIControlFactory
Factory for creating ui controls
Inheritance
System.Object
UIControlFactory
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.EPLEditor
Assembly: Simplic.EPLEditor.dll
Syntax
public static class UIControlFactory
Methods
| Improve this Doc View SourceGet(Type)
Get UI Control factory instance
Declaration
public static UIControl Get(Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type |
Returns
Type | Description |
---|---|
UIControl |