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

C# | Visual Basic | Visual C++ |
public interface INSWindowScripting : IManagedWrapper
Public Interface INSWindowScripting _ Inherits IManagedWrapper
public interface class INSWindowScripting : 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.) |
![]() | HandleCloseScriptCommand(NSCloseCommand) | Handles the close AppleScript command by attempting to close the window (and its associated document, if any). Original signature is '- (id)handleCloseScriptCommand:(NSCloseCommand *)command' Available in Mac OS X v10.0 and later. |
![]() | HandlePrintScriptCommand(NSScriptCommand) | Handles the print AppleScript command by attempting to print the contents of the window (or its associated document, if any). Original signature is '- (id)handlePrintScriptCommand:(NSScriptCommand *)command' Available in Mac OS X v10.0 and later. |
![]() | HandleSaveScriptCommand(NSScriptCommand) | Handles the save AppleScript command by attempting to save the window (and its associated document, if any). Original signature is '- (id)handleSaveScriptCommand:(NSScriptCommand *)command' Available in Mac OS X v10.0 and later. |
![]() | HasCloseBox | Returns YES if the receiver has a close box. Original signature is '- (BOOL)hasCloseBox' Available in Mac OS X v10.0 and later. |
![]() | HasTitleBar | Returns YES if the receiver has a title bar. Original signature is '- (BOOL)hasTitleBar' Available in Mac OS X v10.0 and later. |
![]() | IsFloatingPanel | Returns YES if the receiver is a floating panel. Original signature is '- (BOOL)isFloatingPanel' Available in Mac OS X v10.0 and later. |
![]() | IsMiniaturizable | Returns YES if the receiver can be miniaturized (has a minimize button). Original signature is '- (BOOL)isMiniaturizable' Available in Mac OS X v10.0 and later. |
![]() | IsModalPanel | Returns YES if the receiver is an application-modal panel. Original signature is '- (BOOL)isModalPanel' Available in Mac OS X v10.0 and later. |
![]() | IsResizable | Returns YES if the receiver is resizable (has a size control). Original signature is '- (BOOL)isResizable' Available in Mac OS X v10.0 and later. |
![]() | IsZoomable | Returns YES if the receiver is zoomable (has a zoom button). Original signature is '- (BOOL)isZoomable' Available in Mac OS X v10.0 and later. |
![]() | NativePointer | Gets the underlying native pointer. |
![]() | OrderedIndex | Returns the zero-based position of the receiver based on its order from front to back among all application windows. Original signature is '- (int)orderedIndex' Available in Mac OS X v10.0 and later. |
![]() | 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 |
![]() | SetIsMiniaturized(Boolean) | Sets the receiver’s miniaturized state to the value specified by flag. Original signature is '- (void)setIsMiniaturized:(BOOL)flag' Available in Mac OS X v10.0 and later. |
![]() | SetIsVisible(Boolean) | Sets the receiver’s visible state to the value specified by flag. Original signature is '- (void)setIsVisible:(BOOL)flag' Available in Mac OS X v10.0 and later. |
![]() | SetIsZoomed(Boolean) | Sets the receiver’s zoomed state to the value specified by flag. Original signature is '- (void)setIsZoomed:(BOOL)flag' 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)