Ribbon for WinForms
GetImageResource メソッド (Element)

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

パラメータ

name
Name of the embedded resource that contains the image.

戻り値の型

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

Element クラス
Element メンバ