HostedControlEx Class
This makes it easier to create WinForm applications by wrapping the most common operations into a base class. It would be better to make this an abstract class and have the DoAction( Action ) method also be abstract. However doing so causes the VS 2003 UI designer to not allow drag-n-drop layout which most people will want. Thus, the obvious abstract-ness of this class is not being coded.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As HostedControlEx
Syntax
'Declaration
<ObsoleteAttribute("This class has been deprecated, use HostedControl and the CTI Hosted control.")> _
Public Class HostedControlEx
Inherits HostedControl
Implements IHostedApplicationEx, IHostedApplication3, IHostedApplication2, IHostedApplication
[ObsoleteAttribute("This class has been deprecated, use HostedControl and the CTI Hosted control.")]
public class HostedControlEx : HostedControl, IHostedApplicationEx, IHostedApplication3, IHostedApplication2,
IHostedApplication
[ObsoleteAttribute(L"This class has been deprecated, use HostedControl and the CTI Hosted control.")]
public ref class HostedControlEx : public HostedControl, IHostedApplicationEx, IHostedApplication3, IHostedApplication2,
IHostedApplication
/** @attribute ObsoleteAttribute("This class has been deprecated, use HostedControl and the CTI Hosted control.") */
public class HostedControlEx extends HostedControl implements IHostedApplicationEx, IHostedApplication3,
IHostedApplication2, IHostedApplication
ObsoleteAttribute("This class has been deprecated, use HostedControl and the CTI Hosted control.")
public class HostedControlEx extends HostedControl implements IHostedApplicationEx, IHostedApplication3,
IHostedApplication2, IHostedApplication
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.UserControl
Microsoft.Uii.Csr.HostedControl
Microsoft.Uii.Csr.HostedControlEx
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
HostedControlEx Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.