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

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

Notification.Icon プロパティ

タイトル バー表示されるメッセージ バルーン現在のアイコン取得または設定します

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

解説解説
使用例使用例

通知作成しアセンブリ リソースからデータ ストリーム使用してIcon クラス新しインスタンス初期化するコード例次に示します。このコード例は、Notification クラストピック取り上げているコード例一部分です。

 'Provide an icon for the notification to appear in the title bar when
 dismissed.
 'Assumes an icon file is compiled with the assembly as an embedded
 resource.
 Dim asm As [Assembly] = [Assembly].GetExecutingAssembly()
Notification1.Icon = New Icon(asm.GetManifestResourceStream("notify.ico"),
 16, 16)
 // Provide an icon for the notification to appear in the title bar when
 dismissed.
 // Assumes an icon file is compiled with the assembly as an embedded
 resource.
Assembly asm = Assembly.GetExecutingAssembly();
notification1.Icon = new Icon(asm.GetManifestResourceStream("notify.ico")
,16,16);
.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照


このページでは「.NET Framework クラス ライブラリ リファレンス」からNotification.Icon プロパティを検索した結果を表示しています。
Weblioに収録されているすべての辞書からNotification.Icon プロパティを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からNotification.Icon プロパティ を検索

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

辞書ショートカット

すべての辞書の索引

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

   

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



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

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

©2025 GRAS Group, Inc.RSS