Version

UIObject Class

The UIObject class implements basic functionality appropriate to an object that will be represented in the user interface and which the user may choose to interact with. This functionality closely parrallels that of the ControlObject class where the main difference is that the UIObject derives from ObjectBase and not from WebControl. This makes the UIObject class a light weight object that still possesses the necessary capabilities for rendering elements of the control such as collections of objects that need to have a low memory footprint and yet are still offer high performance.
Syntax
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also