NSStatusItem
NSStatusItem(IntPtr)
NSStatusItem(NativeHandle)
NSStatusItem(NSObjectFlag)
Action
AlternateImage
AttributedTitle
AutosaveName
Behavior
Button
ClassHandle
DoubleAction
Enabled
HighlightMode
Image
Length
Menu
StatusBar
Target
Title
ToolTip
View
Visible
Dispose(Boolean)
DrawStatusBarBackground(CGRect, Boolean)
PopUpStatusItemMenu(NSMenu)
SendActionOn(NSTouchPhase)
DoubleClick
xamarinmac
namespace AppKit
{
[Register("NSStatusItem", true)]
public class NSStatusItem : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Deprecated(PlatformName.MacOSX, 10, 10, PlatformArchitecture.All, "Soft-deprecation, forwards message to button, but will be gone in the future.")]
public virtual string? ToolTip
{
[Deprecated(PlatformName.MacOSX, 10, 10, PlatformArchitecture.All, "Soft-deprecation, forwards message to button, but will be gone in the future.")]
[Export("toolTip")]
get;
[Deprecated(PlatformName.MacOSX, 10, 10, PlatformArchitecture.All, "Soft-deprecation, forwards message to button, but will be gone in the future.")]
[Export("setToolTip:")]
set;
}
}
}
nuget.org | 0.0 %
Reference this API 0.0 %
Get property 0.0 %
Set property |
---|---|
.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