Table of Contents

Class ColorChooserRequest

Namespace
WebKit
Assembly
WebKit-6.0.dll
public sealed class ColorChooserRequest : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
ColorChooserRequest
Implements
Inherited Members

Constructors

ColorChooserRequest(bool, params ConstructArgument[])

protected ColorChooserRequest(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

ColorChooserRequest(IntPtr, bool)

protected ColorChooserRequest(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

FinishedSignal

Signal Descriptor for OnFinished.

public static readonly Signal<ColorChooserRequest> FinishedSignal

Field Value

Signal<ColorChooserRequest>

RgbaPropertyDefinition

public static readonly Property<RGBA, ColorChooserRequest> RgbaPropertyDefinition

Field Value

Property<RGBA, ColorChooserRequest>

Properties

Rgba

public RGBA Rgba { get; set; }

Property Value

RGBA

Methods

Cancel()

[Version("2.8")]
public void Cancel()

Finish()

[Version("2.8")]
public void Finish()

GetGType()

public static Type GetGType()

Returns

Type

SetRgba(RGBA)

[Version("2.8")]
public void SetRgba(RGBA rgba)

Parameters

rgba RGBA

Events

OnFinished

public event SignalHandler<ColorChooserRequest> OnFinished

Event Type

SignalHandler<ColorChooserRequest>