Ribbon for WinForms
WriteCustomData メソッド (Theme)

C1.Win.8 アセンブリ > C1.Framework 名前空間 > Theme クラス : WriteCustomData メソッド
System.Xml.XmlWriter where custom theme data is saved.
Writes component-specific data into the theme.
シンタックス
'宣言
 
Protected Overridable Sub WriteCustomData( _
   ByVal writer As XmlWriter _
) 
protected virtual void WriteCustomData( 
   XmlWriter writer
)

パラメータ

writer
System.Xml.XmlWriter where custom theme data is saved.
解説
Derived classes should override this method to save any custom data their themes may need (anything other than the Style collection).
参照

Theme クラス
Theme メンバ