Ribbon for WinForms
Theme クラス
メンバ 

C1.Win.8 アセンブリ > C1.Framework 名前空間 : Theme クラス
Class that contains a keyed collection of Style objects and methods to serialize the styles into Xml files and streams.
オブジェクト モデル
Theme クラス
シンタックス
解説

The Theme class is a named/keyed collection of Style objects.

The class is designed to be used as a base class for components that need to add custom elements to themes in addition to a style collection.

Inheritors should override the following methods:

// specify the name of the component that will use this theme protected virtual string ComponentType // save component-specific elements to xml protected virtual void WriteCustomData(XmlWriter writer) // load component-specific elements from xml protected virtual void ReadCustomData(XmlNode node)
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.Framework.Theme

参照

Theme メンバ
C1.Framework 名前空間