Ribbon for WinForms
BasePanel クラス
メンバ 

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 : BasePanel クラス
Base class for all Element object that contain child elements.
オブジェクト モデル
BasePanel クラス
シンタックス
'宣言
 
Public Class BasePanel 
   Inherits Element
public class BasePanel : Element 
解説

This class extends Element and implements the Children property.

This class acts like a static canvas. It has no layout logic other than sizing itself to fit its 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 名前空間