NSButton.CreateButton メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
public static AppKit.NSButton CreateButton (string title, AppKit.NSImage image, Action action);
static member CreateButton : string * AppKit.NSImage * Action -> AppKit.NSButton
パラメーター
戻り値
public static AppKit.NSButton CreateButton (string title, Action action);
static member CreateButton : string * Action -> AppKit.NSButton
パラメーター
戻り値
public static AppKit.NSButton CreateButton (AppKit.NSImage image, Action action);
static member CreateButton : AppKit.NSImage * Action -> AppKit.NSButton
パラメーター
戻り値