Ribbon for WinForms
ControlHostElement クラス
メンバ 

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 : ControlHostElement クラス
Element that hosts a WinForms Control.
オブジェクト モデル
ControlHostElement クラス
シンタックス
'宣言
 
Public Class ControlHostElement 
   Inherits Element
   Implements IControlHostElement 
public class ControlHostElement : Element, IControlHostElement  
解説

In principle, this class allows hosting any WinForms control. In practice, not all controls work well in this scenario. For example, some controls cannot be freely resized, so the element should account for that.

** Important Note: to allow hosting generic controls, this class stores a reference to itself in the contained control's Tag property. That means hosted controls cannot use their Tag property for anything else.

継承階層

System.Object
   C1.Framework.Element
      C1.Framework.ControlHostElement
         C1.Framework.TextBoxElement

参照

ControlHostElement メンバ
C1.Framework 名前空間