Ribbon for WinForms
ReadCustomData メソッド (Theme)

C1.Win.8 アセンブリ > C1.Framework 名前空間 > Theme クラス : ReadCustomData メソッド
System.Xml.XmlNode that contains the theme data.
Reads component-specific theme data.
シンタックス
'宣言
 
Protected Overridable Sub ReadCustomData( _
   ByVal node As XmlNode _
) 
protected virtual void ReadCustomData( 
   XmlNode node
)

パラメータ

node
System.Xml.XmlNode that contains the theme data.
解説
Derived classes should override this method to read any custom data their themes may need (anything other than the Style collection).
参照

Theme クラス
Theme メンバ