Ribbon for WinForms
Element クラス
メンバ 

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 : Element クラス

Base class for all elements, handles layout and styles. Instances of this class have no content and no children.

Elements with content (and no children) derive from ContentElement.

Elements with children derive from BasePanel.

This class doesn't do much by itself except call virtual methods that can be overridden in derived classes. It can draw a background and borders with no content, so it can be used to implement things like bars and spacers.

It is designed to be very light-weight, since typical documents may create thousands of these. Additional elements should be added to not-so-common derived classes.

オブジェクト モデル
Element クラス
シンタックス
'宣言
 
Public Class Element 
public class Element 
継承階層

System.Object
   C1.Framework.Element
      C1.Framework.BasePanel
      C1.Framework.ContentElement
      C1.Framework.ControlHostElement
      C1.Framework.Html.HyperlinkElement
      C1.Framework.IconElement
      C1.Framework.ProgressBarElement

参照

Element メンバ
C1.Framework 名前空間