CreateStatusWindow |
Declare Function Api_CreateStatusWindow& Lib "Comctl32" Alias "CreateStatusWindowA" (ByVal Style&, ByVal lpszText$, ByVal hWndParent&, ByVal wID&) |
Declare Function CreateStatusWindow Lib "Comctl32" Alias "CreateStatusWindowA" (ByVal style As Long, ByVal lpszText As String, ByVal hWndParent As Long, ByVal wID As Long) As Long |
|
ステータスウィンドウを作成する。ステータスウィンドウは親ウィンドウの下端に表示され、指定された文字列を表示する。 |
|
パラメータ
ウィンドウスタイルには WS_CHILD 、 WS_VISIBLE スタイルが含まれていなければならない。 |