| SetPattern
|
|
| 概要: | baSetPatternはデスクトップの模様を設定することができます。 |
| シンタックス: | Result = baSetPattern( Name , Pattern
) |
| パラメータ: | #string, #string Name 模様の名前。 Pattern パターンの入ったストリング。 |
| 戻り値: |
#string 以前に設定されていたパターンを返します。 |
| 例: | Old = baSetPattern( "Bricks" , "187
95 174 93 186 117 234 245" ) |
| ノート: | Windows標準の模様はcontrol.iniファイルにリストされています。 (訳者注:Windowsのバージョンによってはcontrol.iniからレジストリに変更されています。) |
| 関連項目: | baSetWallpaper |