Platforms to show: All Mac Windows Linux Cross-Platform
Back to NSViewMBS class.
NSViewMBS.NSBezelBorder = 2
Function:
One of the constants to specify the type of a view's border.
Notes: A concave border that makes the view look sunken.
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 8.4 |
Notes: A concave border that makes the view look sunken.
NSViewMBS.NSFocusRingTypeDefault = 0
Function:
One of the constants for the focusringtype property.
Notes: The default focus ring type for NSView or NSCell.
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 8.4 |
Notes: The default focus ring type for NSView or NSCell.
NSViewMBS.NSFocusRingTypeExterior = 2
Function:
One of the constants for the focusringtype property.
Notes: The standard Aqua focus ring.
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 8.4 |
Notes: The standard Aqua focus ring.
NSViewMBS.NSFocusRingTypeNone = 1
Function:
One of the constants for the focusringtype property.
Notes: No focus ring. If you set the focus ring type to this value, NSView and NSCell will not draw any focus ring.
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 8.4 |
Notes: 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
Function:
One of the constants to specify the type of a view's border.
Notes: A thin border that looks etched around the image.
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 8.4 |
Notes: A thin border that looks etched around the image.
NSViewMBS.NSLineBorder = 1
Function:
One of the constants to specify the type of a view's border.
Notes: A black line border around the view.
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 8.4 |
Notes: A black line border around the view.
NSViewMBS.NSNoBorder = 0
Function:
One of the constants to specify the type of a view's border.
Notes: No border.
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 8.4 |
Notes: No border.
NSViewMBS.NSViewHeightSizable = 16
Function:
One of the constants for the autoresizingMask property.
Notes: The receiver's height is flexible.
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 8.4 |
Notes: The receiver's height is flexible.
NSViewMBS.NSViewLayerContentsRedrawBeforeViewResize = 3
Function:
One of the view layer content redraw policy constants.
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 9.6 |
NSViewMBS.NSViewLayerContentsRedrawDuringViewResize = 2
Function:
One of the view layer content redraw policy constants.
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 9.6 |
NSViewMBS.NSViewLayerContentsRedrawNever = 0
Function:
One of the view layer content redraw policy constants.
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 9.6 |
NSViewMBS.NSViewLayerContentsRedrawOnSetNeedsDisplay = 1
Function:
One of the view layer content redraw policy constants.
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 9.6 |
NSViewMBS.NSViewMaxXMargin = 4
Function:
One of the constants for the autoresizingMask property.
Notes: The right margin between the receiver and its superview is flexible.
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 8.4 |
Notes: The right margin between the receiver and its superview is flexible.
NSViewMBS.NSViewMaxYMargin = 32
Function:
One of the constants for the autoresizingMask property.
Notes: The top margin between the receiver and its superview is flexible.
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 8.4 |
Notes: The top margin between the receiver and its superview is flexible.
NSViewMBS.NSViewMinXMargin = 1
Function:
One of the constants for the autoresizingMask property.
Notes: The left margin between the receiver and its superview is flexible.
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 8.4 |
Notes: The left margin between the receiver and its superview is flexible.
NSViewMBS.NSViewMinYMargin = 8
Function:
One of the constants for the autoresizingMask property.
Notes: The bottom margin between the receiver and its superview is flexible.
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 8.4 |
Notes: The bottom margin between the receiver and its superview is flexible.
NSViewMBS.NSViewNotSizable = 0
Function:
One of the constants for the autoresizingMask property.
Notes: The receiver cannot be resized.
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 8.4 |
Notes: The receiver cannot be resized.
NSViewMBS.NSViewWidthSizable = 2
Function:
One of the constants for the autoresizingMask property.
Notes: The receiver's width is flexible.
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 8.4 |
Notes: The receiver's width is flexible.
NSViewMBS.NSWindowAbove=1
Function:
One of the window order constants to specify how a window is ordered relative to another window.
Notes: Moves the window above the indicated window.
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 12.0 |
Notes: Moves the window above the indicated window.
NSViewMBS.NSWindowBelow=-1
Function:
One of the window order constants to specify how a window is ordered relative to another window.
Notes: Moves the window below the indicated window.
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 12.0 |
Notes: Moves the window below the indicated window.
NSViewMBS.NSWindowOut=0
Function:
One of the window order constants to specify how a window is ordered relative to another window.
Notes: Moves the window off the screen.
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 12.0 |
Notes: Moves the window off the screen.
The items on this page are in the following plugins: MBS MacBase Plugin.
