VmUiControlFactory..::..CreateUiControl Method
Creates the UI control.
Namespace:
RingSoft.DataEntryControls.WPFAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
public virtual VmUiControl CreateUiControl( Control control, UiCommand uiCommand )
Public Overridable Function CreateUiControl ( _ control As Control, _ uiCommand As UiCommand _ ) As VmUiControl
public: virtual VmUiControl^ CreateUiControl( Control^ control, UiCommand^ uiCommand )
Parameters
- control
- Type: Control
The control.
- uiCommand
- Type: RingSoft.DataEntryControls.Engine..::..UiCommand
The UI command.