Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSViewMBS class.

NSViewMBS.NSBezelBorder = 2

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 8.4
One of the constants to specify the type of a view's border.

A concave border that makes the view look sunken.

NSViewMBS.NSFocusRingTypeDefault = 0

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 8.4
One of the constants for the focusringtype property.

The default focus ring type for NSView or NSCell.

NSViewMBS.NSFocusRingTypeExterior = 2

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 8.4
One of the constants for the focusringtype property.

The standard Aqua focus ring.

NSViewMBS.NSFocusRingTypeNone = 1

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 8.4
One of the constants for the focusringtype property.

No focus ring. If you set the focus ring type to this value, NSView and NSCell will not draw any focus ring.

NSViewMBS.NSGrooveBorder = 3

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 8.4
One of the constants to specify the type of a view's border.

A thin border that looks etched around the image.

NSViewMBS.NSLineBorder = 1

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 8.4
One of the constants to specify the type of a view's border.

A black line border around the view.

NSViewMBS.NSNoBorder = 0

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 8.4
One of the constants to specify the type of a view's border.

No border.

NSViewMBS.NSViewHeightSizable = 16

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 8.4
One of the constants for the autoresizingMask property.

The receiver's height is flexible.

NSViewMBS.NSViewLayerContentsRedrawBeforeViewResize = 3

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the view layer content redraw policy constants.

NSViewMBS.NSViewLayerContentsRedrawDuringViewResize = 2

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the view layer content redraw policy constants.

NSViewMBS.NSViewLayerContentsRedrawNever = 0

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the view layer content redraw policy constants.

NSViewMBS.NSViewLayerContentsRedrawOnSetNeedsDisplay = 1

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the view layer content redraw policy constants.

NSViewMBS.NSViewMaxXMargin = 4

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 8.4
One of the constants for the autoresizingMask property.

The right margin between the receiver and its superview is flexible.

NSViewMBS.NSViewMaxYMargin = 32

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 8.4
One of the constants for the autoresizingMask property.

The top margin between the receiver and its superview is flexible.

NSViewMBS.NSViewMinXMargin = 1

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 8.4
One of the constants for the autoresizingMask property.

The left margin between the receiver and its superview is flexible.

NSViewMBS.NSViewMinYMargin = 8

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 8.4
One of the constants for the autoresizingMask property.

The bottom margin between the receiver and its superview is flexible.

NSViewMBS.NSViewNotSizable = 0

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 8.4
One of the constants for the autoresizingMask property.

The receiver cannot be resized.

NSViewMBS.NSViewWidthSizable = 2

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 8.4
One of the constants for the autoresizingMask property.

The receiver's width is flexible.

NSViewMBS.NSWindowAbove=1

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 12.0
One of the window order constants to specify how a window is ordered relative to another window.

Moves the window above the indicated window.

NSViewMBS.NSWindowBelow=-1

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 12.0
One of the window order constants to specify how a window is ordered relative to another window.

Moves the window below the indicated window.

NSViewMBS.NSWindowOut=0

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 12.0
One of the window order constants to specify how a window is ordered relative to another window.

Moves the window off the screen.

The items on this page are in the following plugins: MBS MacBase Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...