WindowsFormsApplicationBase.SplashScreen プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > WindowsFormsApplicationBase.SplashScreen プロパティの意味・解説 

WindowsFormsApplicationBase.SplashScreen プロパティ

メモ : このプロパティは、.NET Framework version 2.0新しく追加されたものです。

このアプリケーションスプラッシュ スクリーン取得または設定します

名前空間: Microsoft.VisualBasic.ApplicationServices
アセンブリ: Microsoft.VisualBasic (microsoft.visualbasic.dll 内)
構文構文

解説解説
使用例使用例

この例では、My.Application.SplashScreen プロパティおよび My.Application.Startup イベント使用しアプリケーション起動時に、スプラッシュ スクリーンステータス情報更新してます。

Private Sub MyApplication_Startup( _
    ByVal sender As Object,
 _
    ByVal e As Microsoft.VisualBasic.ApplicationServices.StartupEventArgs
 _
) Handles Me.Startup
    ' Get the splash screen
    Dim splash As SplashScreen1 = CType(My.Application.SplashScreen,
 SplashScreen1)

    splash.Status = "Connecting to the database..."
    ' Insert code to connect to the database

    splash.Status = "Downloading updates..."
    ' Insert code to download updates

End Sub

この例は、SplashScreen1 という名前のスプラッシュ スクリーンプロジェクト配置されていることを前提としています。スプラッシュ スクリーンには、ユーザー インターフェイス更新するための、Status というプロパティ割り当てておきます

このコードは、アプリケーション イベントコード エディタ ウィンドウ入力する必要があります詳細については、「方法 : アプリケーション イベント処理する (Visual Basic)」を参照してください

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
WindowsFormsApplicationBase クラス
WindowsFormsApplicationBase メンバ
Microsoft.VisualBasic.ApplicationServices 名前空間
System.Windows.Forms.Form
WindowsFormsApplicationBase.SplashScreen プロパティ
その他の技術情報
My.Application.SplashScreen プロパティ
My.Application オブジェクト
My.Application.MinimumSplashScreenDisplayTime プロパティ



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

WindowsFormsApplicationBase.SplashScreen プロパティのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



WindowsFormsApplicationBase.SplashScreen プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS