ControlsGlobals..::..UserInterface Property
Gets or sets the user interface.
Namespace:
RingSoft.DataEntryControls.EngineAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
Syntax
public static IControlsUserInterface UserInterface { get; set; }
Public Shared Property UserInterface As IControlsUserInterface Get Set
public: static property IControlsUserInterface^ UserInterface { IControlsUserInterface^ get (); void set (IControlsUserInterface^ value); }
Field Value
The user interface.Exceptions
Exception | Condition |
---|---|
Exception | ControlsGlobals UserInterface not set. Run WPFControlsGlobals.InitUI |