MonobjcMonobjc Documented Class Library
INSColorPickingDefault Interface
NamespacesMonobjc.AppKitINSColorPickingDefault

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

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



IconMemberDescription
AlphaControlAddedOrRemoved(Id)

Sent when the color panel's opacity controls have been hidden or displayed.

Original signature is '- (void)alphaControlAddedOrRemoved:(id)sender'

Available in Mac OS X v10.0 and later.


AttachColorList(NSColorList)

Tells the receiver to attach the given color list, if it isn’t already displaying the list.

Original signature is '- (void)attachColorList:(NSColorList *)colorList'

Available in Mac OS X v10.0 and later.


ButtonToolTip

Provides the toolbar button help tag.

Original signature is '- (NSString *)buttonToolTip'

Available in Mac OS X v10.5 and later.


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.)
DetachColorList(NSColorList)

Tells the receiver to detach the given color list, unless the receiver isn’t displaying the list.

Original signature is '- (void)detachColorList:(NSColorList *)colorList'

Available in Mac OS X v10.0 and later.


InitWithPickerMaskColorPanel(NSUInteger, NSColorPanel)

Initializes the receiver with a given color panel and its mode.

Original signature is '- (id)initWithPickerMask:(NSUInteger)panelModes colorPanel:(NSColorPanel *)owningColorPanel'

Available in Mac OS X v10.0 and later.


InsertNewButtonImageIn(NSImage, NSButtonCell)

Sets the image of a given button cell.

Original signature is '- (void)insertNewButtonImage:(NSImage *)newButtonImage in:(NSButtonCell *)buttonCell'

Available in Mac OS X v10.0 and later.


MinContentSize

Indicates the receiver’s minimum content size.

Original signature is '- (NSSize)minContentSize'

Available in Mac OS X v10.5 and later.


NativePointer

Gets the underlying native pointer.

(Inherited from IManagedWrapper.)
ProvideNewButtonImage

Provides the image of the button used to select the receiver in the color panel.

Original signature is '- (NSImage *)provideNewButtonImage'

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.)
SetMode(NSColorPanelMode)

Specifies the receiver’s mode.

Original signature is '- (void)setMode:(NSColorPanelMode)mode'

Available in Mac OS X v10.0 and later.


ViewSizeChanged(Id)

Tells the recever when the color panel's view size changes in a way that might affect the color picker.

Original signature is '- (void)viewSizeChanged:(id)sender'

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)