Themes for WinForms
GetTheme メソッド (C1ThemeController)

C1.Win.Themes.6 アセンブリ > C1.Win.Themes 名前空間 > C1ThemeController クラス : GetTheme メソッド
そのテーマ名を取得するオブジェクト。
このテーマコントローラによってオブジェクトに設定されたテーマの名前を取得します。
シンタックス
'宣言
 
Public Function GetTheme( _
   ByVal control As System.Object _
) As System.String
public System.string GetTheme( 
   System.object control
)

パラメータ

control
そのテーマ名を取得するオブジェクト。

戻り値の型

オブジェクトに設定されたテーマの名前。オブジェクトにテーマが設定されていない場合は、"(none)" 文字列が返されます。
参照

C1ThemeController クラス
C1ThemeController メンバ