Input for WinForms
BasePanel クラス
メンバ 

C1.Win.8 アセンブリ > C1.Framework 名前空間 : BasePanel クラス
子要素を含むすべての Elementオブジェクトの基本クラス。
オブジェクト モデル
BasePanel クラス
シンタックス
'宣言
 
Public Class BasePanel 
   Inherits Element
public class BasePanel : Element 
解説

このクラスは、 Elementを拡張し、 Childrenプロパティを実装します。

このクラスは、静的なキャンバスのように機能します。子に合わせて自分自身をサイズ変更する以外のレイアウトロジックはありません。

継承階層

System.Object
   C1.Framework.Element
      C1.Framework.BasePanel
         C1.Framework.DockPanel
         C1.Framework.FlowPanel
         C1.Framework.GridPanel
         C1.Framework.GridRow
         C1.Framework.HostedElement
         C1.Framework.ParagraphElement
         C1.Framework.ScrollablePanel
         C1.Framework.ScrollBarPanel
         C1.Framework.StackPanel
         C1.Framework.TreePanel
         C1.Framework.TreeRow

参照

BasePanel メンバ
C1.Framework 名前空間