Ribbon for WinForms
LoadThemes メソッド (Theme)

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 > Theme クラス : LoadThemes メソッド
Name of the Xml file that contains the themes.
Loads a collection of themes from an Xml file.
シンタックス
'宣言
 
Public Shared Function LoadThemes( _
   ByVal fileName As String _
) As Theme()
public static Theme[] LoadThemes( 
   string fileName
)

パラメータ

fileName
Name of the Xml file that contains the themes.

戻り値の型

An array containing the themes loaded from the file.
解説
Use this method to load themes saved with the SaveThemes method.
参照

Theme クラス
Theme メンバ