'宣言 Overloads Function ApplyTheme( _ ByVal stream As System.IO.Stream _ ) As System.Boolean
System.bool ApplyTheme( System.IO.Stream stream )
パラメータ
- stream
- 適用するテーマデータを示すSystem.IO.Streamオブジェクト。
戻り値の型
テーマがロードされて正常に適用された場合は
true
、それ以外の場合はfalse
。