NSSliderAccessoryBehavior.CreateBehavior Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CreateBehavior(Action<NSSliderAccessory>) | |
CreateBehavior(NSObject, Selector) |
CreateBehavior(Action<NSSliderAccessory>)
[Foundation.Export("behaviorWithHandler:")]
public static AppKit.NSSliderAccessoryBehavior CreateBehavior (Action<AppKit.NSSliderAccessory> handler);
static member CreateBehavior : Action<AppKit.NSSliderAccessory> -> AppKit.NSSliderAccessoryBehavior
Parameters
- handler
- Action<NSSliderAccessory>
Returns
- Attributes
Applies to
CreateBehavior(NSObject, Selector)
[Foundation.Export("behaviorWithTarget:action:")]
public static AppKit.NSSliderAccessoryBehavior CreateBehavior (Foundation.NSObject target, ObjCRuntime.Selector action);
static member CreateBehavior : Foundation.NSObject * ObjCRuntime.Selector -> AppKit.NSSliderAccessoryBehavior
Parameters
- target
- NSObject
- action
- Selector
Returns
- Attributes