[Missing <summary> documentation for "T:Monobjc.AppKit.INSSplitViewDelegate"]

C# | Visual Basic | Visual C++ |
public interface INSSplitViewDelegate : IManagedWrapper
Public Interface INSSplitViewDelegate _ Inherits IManagedWrapper
public interface class INSSplitViewDelegate : IManagedWrapper

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | CastAs<(Of <<'(T>)>>)()()()() |
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.) |
![]() | CastTo<(Of <<'(T>)>>)()()()() |
Cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.) |
![]() | NativePointer | Gets the underlying native pointer. |
![]() | SendMessage(String, array<Object>[]()[][]) | Sends a message to this receiver (either a Class or an object instance). |
![]() | SendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][]) | Sends a message to this receiver (either a Class or an object instance). |
![]() | SendMessageSuper(Class, String, array<Object>[]()[][]) | Sends a message to the super instance of this receiver. |
![]() | SendMessageSuper<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][]) | Sends a message to the super instance of this receiver. |
![]() | SendMessageSuperVarArgs(Class, String, array<Object>[]()[][]) | Sends a message to the super instance of this receiver. The last parameter passed must be an object array that contains the variable list of arguments |
![]() | SendMessageSuperVarArgs<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][]) | Sends a message to the super instance of this receiver. The last parameter passed must be an object array that contains the variable list of arguments |
![]() | SendMessageVarArgs(String, array<Object>[]()[][]) | Sends a message to this receiver (either a Class or an object instance). The last parameter passed must be an object array that contains the variable list of arguments |
![]() | SendMessageVarArgs<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][]) | Sends a message to this receiver (either a Class or an object instance). The last parameter passed must be an object array that contains the variable list of arguments |
![]() | SplitViewAdditionalEffectiveRectOfDividerAtIndex(NSSplitView, NSInteger) | Allows the delegate to return an additional rectangle in which mouse clicks will initiate divider dragging. Original signature is '- (NSRect)splitView:(NSSplitView *)splitView additionalEffectiveRectOfDividerAtIndex:(NSInteger)dividerIndex' Available in Mac OS X v10.5 and later. |
![]() | SplitViewCanCollapseSubview(NSSplitView, NSView) | Allows the delegate to determine whether the user can collapse and uncollapse subview. Original signature is '- (BOOL)splitView:(NSSplitView *)splitView canCollapseSubview:(NSView *)subview' Available in Mac OS X v10.0 and later. |
![]() | SplitViewConstrainMaxCoordinateOfSubviewAt(NSSplitView, CGFloat, NSInteger) | Allows the delegate for sender to constrain the maximum coordinate limit of a divider when the user drags it. Original signature is '- (CGFloat)splitView:(NSSplitView *)splitView constrainMaxCoordinate:(CGFloat)proposedMax ofSubviewAt:(NSInteger)dividerIndex' Available in Mac OS X v10.0 and later. |
![]() | SplitViewConstrainMinCoordinateOfSubviewAt(NSSplitView, CGFloat, NSInteger) | Allows the delegate for sender to constrain the minimum coordinate limit of a divider when the user drags it. Original signature is '- (CGFloat)splitView:(NSSplitView *)splitView constrainMinCoordinate:(CGFloat)proposedMin ofSubviewAt:(NSInteger)dividerIndex' Available in Mac OS X v10.0 and later. |
![]() | SplitViewConstrainSplitPositionOfSubviewAt(NSSplitView, CGFloat, NSInteger) | Allows the delegate for sender to constrain the divider to certain positions. Original signature is '- (CGFloat)splitView:(NSSplitView *)splitView constrainSplitPosition:(CGFloat)proposedPosition ofSubviewAt:(NSInteger)dividerIndex' Available in Mac OS X v10.0 and later. |
![]() | SplitViewDidResizeSubviews(NSNotification) | Invoked by the default notification center to notify the delegate that the splitview did resize its subviews. Original signature is '- (void)splitViewDidResizeSubviews:(NSNotification *)aNotification' Available in Mac OS X v10.0 and later. |
![]() | SplitViewEffectiveRectForDrawnRectOfDividerAtIndex(NSSplitView, NSRect, NSRect, NSInteger) | Allows the delegate to modify the rectangle in which mouse clicks initiate divider dragging. Original signature is '- (NSRect)splitView:(NSSplitView *)splitView effectiveRect:(NSRect)proposedEffectiveRect forDrawnRect:(NSRect)drawnRect ofDividerAtIndex:(NSInteger)dividerIndex' Available in Mac OS X v10.5 and later. |
![]() | SplitViewResizeSubviewsWithOldSize(NSSplitView, NSSize) | Allows the delegate to specify custom sizing behavior for the subviews of the NSSplitView sender. Original signature is '- (void)splitView:(NSSplitView *)splitView resizeSubviewsWithOldSize:(NSSize)oldSize' Available in Mac OS X v10.0 and later. |
![]() | SplitViewShouldAdjustSizeOfSubview(NSSplitView, NSView) | Allows the delegate to specify whether the subview should be resized. Original signature is '- (BOOL)splitView:(NSSplitView *)splitView shouldAdjustSizeOfSubview:(NSView *)subview' Available in Mac OS X v10.6 and later. |
![]() | SplitViewShouldCollapseSubviewForDoubleClickOnDividerAtIndex(NSSplitView, NSView, NSInteger) | Invoked to allow a delegate to determine if a subview should collapse in response to a double click. Original signature is '- (BOOL)splitView:(NSSplitView *)splitView shouldCollapseSubview:(NSView *)subview forDoubleClickOnDividerAtIndex:(NSInteger)dividerIndex' Available in Mac OS X v10.5 and later. |
![]() | SplitViewShouldHideDividerAtIndex(NSSplitView, NSInteger) | Allows the delegate to determine whether a divider can be dragged or adjusted off the edge of the split view. Original signature is '- (BOOL)splitView:(NSSplitView *)splitView shouldHideDividerAtIndex:(NSInteger)dividerIndex' Available in Mac OS X v10.5 and later. |
![]() | SplitViewWillResizeSubviews(NSNotification) | Invoked by the default notification center to notify the delegate that the splitview will resize its subviews. Original signature is '- (void)splitViewWillResizeSubviews:(NSNotification *)aNotification' Available in Mac OS X v10.0 and later. |

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)