NSForm
NSForm()
NSForm(CGRect)
NSForm(IntPtr)
NSForm(NativeHandle)
NSForm(NSCoder)
NSForm(NSObjectFlag)
NSForm(CGRect, NSMatrixMode, Class, nint, nint)
NSForm(CGRect, NSMatrixMode, Class, nint, nint)
NSForm(CGRect, NSMatrixMode, NSCell, nint, nint)
NSForm(CGRect, NSMatrixMode, NSCell, nint, nint)
ClassHandle
PreferredTextFieldWidth
SelectedItemIndex
AddEntry(String)
CellAtIndex(nint)
CellAtIndex(nint)
DrawCellAtIndex(nint)
DrawCellAtIndex(nint)
IndexOfCellWithTag(nint)
IndexOfCellWithTag(nint)
InsertEntryatIndex(String, nint)
InsertEntryatIndex(String, nint)
RemoveEntryAtIndex(nint)
RemoveEntryAtIndex(nint)
SelectTextAtIndex(nint)
SelectTextAtIndex(nint)
SetBezeled(Boolean)
SetBordered(Boolean)
SetEntryWidth(nfloat)
SetEntryWidth(NFloat)
SetFrameSize(CGSize)
SetInterlineSpacing(nfloat)
SetInterlineSpacing(NFloat)
SetTextAlignment(NSTextAlignment)
SetTextBaseWritingDirection(NSWritingDirection)
SetTextBaseWritingDirection(NSWritingDirection)
SetTextFont(NSFont)
SetTitleAlignment(NSTextAlignment)
SetTitleBaseWritingDirection(NSWritingDirection)
SetTitleBaseWritingDirection(NSWritingDirection)
SetTitleFont(NSFont)
xamarinmac
namespace AppKit
{
[Deprecated(PlatformName.MacOSX, 10, 10, PlatformArchitecture.All, null)]
[Register("NSForm", true)]
public class NSForm : NSMatrix
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("drawCellAtIndex:")]
public virtual void DrawCellAtIndex(nint index);
}
}
Xamarin macOS | 0.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