NSButton
NSButton()
NSButton(CGRect)
NSButton(IntPtr)
NSButton(NativeHandle)
NSButton(NSCoder)
NSButton(NSObjectFlag)
AccessibilityFocused
AccessibilityFrame
AccessibilityIdentifier
AccessibilityLabel
AccessibilityParent
ActiveCompressionOptions
AllowsMixedState
AlternateImage
AlternateTitle
AttributedAlternateTitle
AttributedTitle
BezelColor
BezelStyle
Bordered
Cell
ClassHandle
ContentTintColor
HasDestructiveAction
Image
ImageHugsTitle
ImagePosition
ImageScaling
IsSpringLoaded
KeyEquivalent
KeyEquivalentModifierMask
MaxAcceleratorLevel
ShowsBorderOnlyWhileMouseInside
Sound
State
SymbolConfiguration
Title
Transparent
AccessibilityPerformPress()
Compress(NSUserInterfaceCompressionOptions[])
CreateButton(NSImage, Action)
CreateButton(String, Action)
CreateButton(String, NSImage, Action)
CreateCheckbox(String, Action)
CreateRadioButton(String, Action)
Dispose(Boolean)
GetMinimumSize(NSUserInterfaceCompressionOptions[])
GetPeriodicDelay(Single, Single)
Highlight(Boolean)
PerformKeyEquivalent(NSEvent)
SetButtonType(NSButtonType)
SetNextState()
SetPeriodicDelay(Single, Single)
SetTitleWithMnemonic(String)
ValidateUserInterfaceItem(INSValidatedUserInterfaceItem)
xamarinmac
namespace AppKit
{
[Register("NSButton", true)]
public class NSButton : NSControl, INSAccessibilityButton, INSAccessibilityElementProtocol, INSUserInterfaceCompression, INSUserInterfaceValidations, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Introduced(PlatformName.MacOSX, 10, 13, PlatformArchitecture.All, null)]
public virtual NSUserInterfaceCompressionOptions! ActiveCompressionOptions
{
[Export("activeCompressionOptions", ArgumentSemantic.Copy)]
get;
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API