RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

ControlsGlobals..::..UserInterface Property

Gets or sets the user interface.

Namespace:  RingSoft.DataEntryControls.Engine
Assembly:  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


ExceptionCondition
ExceptionControlsGlobals UserInterface not set. Run WPFControlsGlobals.InitUI