Ribbon for WinForms
SaveThemes メソッド (Theme)

C1.Win.8 アセンブリ > C1.Framework 名前空間 > Theme クラス : SaveThemes メソッド
Array containing Theme objects.
Name of the Xml file where the themes will be saved.
Saves a collection of themes into an Xml file.
シンタックス
'宣言
 
Public Shared Sub SaveThemes( _
   ByVal themes() As Theme, _
   ByVal fileName As String _
) 
public static void SaveThemes( 
   Theme[] themes,
   string fileName
)

パラメータ

themes
Array containing Theme objects.
fileName
Name of the Xml file where the themes will be saved.
解説
Use the Theme.LoadThemes method to load the saved themes.
参照

Theme クラス
Theme メンバ