NSButtonCell
NSButtonCell()
NSButtonCell(IntPtr)
NSButtonCell(NativeHandle)
NSButtonCell(NSCoder)
NSButtonCell(NSImage)
NSButtonCell(NSObjectFlag)
NSButtonCell(String)
AlternateImage
AlternateMnemonic
AlternateMnemonicLocation
AlternateTitle
AttributedAlternateTitle
AttributedTitle
BackgroundColor
BezelStyle
ClassHandle
HighlightsBy
ImageDimsWhenDisabled
ImagePosition
ImageScale
IsOpaque
KeyEquivalent
KeyEquivalentFont
KeyEquivalentModifierMask
ShowsBorderOnlyWhileMouseInside
ShowsStateBy
Sound
Title
Transparent
DrawBezelWithFrame(CGRect, NSView)
DrawImage(NSImage, CGRect, NSView)
DrawTitle(NSAttributedString, CGRect, NSView)
GetPeriodicDelay(Single, Single)
MouseEntered(NSEvent)
MouseExited(NSEvent)
PerformClick(NSObject)
SetButtonType(NSButtonType)
SetFont(NSFont)
SetGradientType(NSGradientType)
SetKeyEquivalentFont(String, nfloat)
SetKeyEquivalentFont(String, NFloat)
SetPeriodicDelay(Single, Single)
xamarinmac
namespace AppKit
{
[Register("NSButtonCell", true)]
public class NSButtonCell : NSActionCell
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Deprecated(PlatformName.MacOSX, 10, 8, PlatformArchitecture.All, "This method no longer does anything and should not be called.")]
public virtual nint AlternateMnemonicLocation
{
[Deprecated(PlatformName.MacOSX, 10, 8, PlatformArchitecture.All, "This method no longer does anything and should not be called.")]
[Export("alternateMnemonicLocation")]
get;
[Deprecated(PlatformName.MacOSX, 10, 8, PlatformArchitecture.All, "This method no longer does anything and should not be called.")]
[Export("setAlternateMnemonicLocation:")]
set;
}
}
}
.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