Reports for WinForms
GetImage メソッド (C1PreviewAction)

C1.Win.C1Report.4 アセンブリ > C1.Win.C1Preview 名前空間 > C1PreviewAction クラス : GetImage メソッド
使用する画像セット。
画像を返す対象のアクション。
指定されたアクションを表す定義済み画像の1つを取得します。
シンタックス
'宣言
 
Public Shared Function GetImage( _
   ByVal imageSet As ImageSetEnum, _
   ByVal action As C1PreviewActionEnum _
) As System.Drawing.Image
public static System.Drawing.Image GetImage( 
   ImageSetEnum imageSet,
   C1PreviewActionEnum action
)

パラメータ

imageSet
使用する画像セット。
action
画像を返す対象のアクション。

戻り値の型

指定されたアクションを表す指定の画像セット内の画像、または指定のアクションに対応する画像がない場合は null
参照

C1PreviewAction クラス
C1PreviewAction メンバ