MonobjcMonobjc Documented Class Library
INSWindowScripting Interface
NamespacesMonobjc.AppKitINSWindowScripting

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

Declaration Syntax
C#Visual BasicVisual C++
public interface INSWindowScripting : IManagedWrapper
Public Interface INSWindowScripting _
	Inherits IManagedWrapper
public interface class INSWindowScripting : IManagedWrapper
Members
All MembersMethodsProperties



IconMemberDescription
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.

(Inherited from IManagedWrapper.)
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).

(Inherited from IManagedWrapper.)
SendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessageSuper(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuper<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
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

(Inherited from IManagedWrapper.)
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

(Inherited from IManagedWrapper.)
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

(Inherited from IManagedWrapper.)
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

(Inherited from IManagedWrapper.)
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.


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

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)