StatusBar

StatusBar 用於在目前使用中元件的狀態列中顯示字串。

語法

StatusBar(String)

結果

未傳回資料。

範例

Function Main

StatusBar "test"

End Function