Ribbon for WinForms
GetBitmapResource メソッド (Element)

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 > Element クラス : GetBitmapResource メソッド
Name of the embedded resource that contains the bitmap.
Gets a System.Drawing.Bitmap from the application's embedded resources.
シンタックス
'宣言
 
Public Shared Function GetBitmapResource( _
   ByVal name As String _
) As Bitmap
public static Bitmap GetBitmapResource( 
   string name
)

パラメータ

name
Name of the embedded resource that contains the bitmap.

戻り値の型

A System.Drawing.Bitmap stored with the given name, or null if the image could not be found.
参照

Element クラス
Element メンバ