[]
        
(Showing Draft Content)

C1.Framework.IControlHostElement

IControlHostElement Interface

Interface implemented by WinForms controls hosted in X elements.

Namespace: C1.Framework
Assembly: C1.Win.4.8.dll
Syntax
public interface IControlHostElement
Remarks

This interface allows the XView control to manage WinForms controls contained in C1.Framework elements.

Properties

Name Description
Control

Gets a reference to the Control that this Element is hosting.

Methods

Name Description
UpdateControlBounds()

Updates the hosted control bounds to match the element's current bounds.