ControlWindowsFormsHost Class

ControlWindowsFormsHost class.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class ControlWindowsFormsHost : UserControl, 
	IComponentConnector
Inheritance
Object    DispatcherObject    DependencyObject    Visual    UIElement    FrameworkElement    Control    ContentControl    UserControl    ControlWindowsFormsHost
Implements
IComponentConnector

Constructors

ControlWindowsFormsHost Constructor class.

Properties

Child Gets or sets the Child control in ControlWindowsFormsHost.
Ribbon Gets or sets the Ribbon control in ControlWindowsFormsHost.
StatusBar Gets or sets the StatusBar control in ControlWindowsFormsHost.

Methods

Close Closes and disposes of the resources associated in ControlWindowsFormsHost control.
InitializeComponent InitializeComponent

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also