다음을 통해 공유


NSButton.CreateButton 메서드

정의

오버로드

CreateButton(String, NSImage, Action)
CreateButton(String, Action)
CreateButton(NSImage, Action)

CreateButton(String, NSImage, Action)

public static AppKit.NSButton CreateButton (string title, AppKit.NSImage image, Action action);
static member CreateButton : string * AppKit.NSImage * Action -> AppKit.NSButton

매개 변수

title
String
image
NSImage
action
Action

반환

적용 대상

CreateButton(String, Action)

public static AppKit.NSButton CreateButton (string title, Action action);
static member CreateButton : string * Action -> AppKit.NSButton

매개 변수

title
String
action
Action

반환

적용 대상

CreateButton(NSImage, Action)

public static AppKit.NSButton CreateButton (AppKit.NSImage image, Action action);
static member CreateButton : AppKit.NSImage * Action -> AppKit.NSButton

매개 변수

image
NSImage
action
Action

반환

적용 대상