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

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

BalloonChangedEventArgs.Visible プロパティ

メッセージ バルーン表示されるように変更されているかどうかを示す値を取得または設定します

名前空間: Microsoft.WindowsCE.Forms
アセンブリ: Microsoft.WindowsCE.Forms (microsoft.windowsce.forms.dll 内)
構文構文

解説解説
使用例使用例

バルーン表示されているときに、アプリケーション機能追加するためのコード追加する所を次のコード例示します。このコード例は、Notification クラストピック取り上げているコード例一部分です。

' You can use the BalloonChanged event
' created by tracking each time the notification is made visible.
Private Sub OnBalloonChanged(obj As
 Object, _
  balevent As BalloonChangedEventArgs) Handles
 Notification1.BalloonChanged
   If balevent.Visible = True Then
    ' You can add code here to add 
    ' functionality such as user interface 
    ' changes that should occur when
    ' the notification is displayed.
   End If
End Sub
// You can use the BalloonChanged event
// created by tracking each time the notification is made visible.
private void OnBalloonChanged(object obj, BalloonChangedEventArgs
 balevent)
{
    if (balevent.Visible == true)
    {
        // You can add code here to add 
        // functionality such as user interface 
        // changes that should occur when
        // the notification is displayed.
    }

}
.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
BalloonChangedEventArgs クラス
BalloonChangedEventArgs メンバ
Microsoft.WindowsCE.Forms 名前空間



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

辞書ショートカット

すべての辞書の索引

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

   

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



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

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

©2025 GRAS Group, Inc.RSS