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
boolconstructArguments
ConstructArgument[]
ColorChooserRequest(IntPtr, bool)
protected ColorChooserRequest(IntPtr ptr, bool ownedRef)
Parameters
Fields
FinishedSignal
Signal Descriptor for OnFinished.
public static readonly Signal<ColorChooserRequest> FinishedSignal
Field Value
RgbaPropertyDefinition
public static readonly Property<RGBA, ColorChooserRequest> RgbaPropertyDefinition
Field Value
Properties
Rgba
public RGBA Rgba { get; set; }
Property Value
Methods
Cancel()
[Version("2.8")]
public void Cancel()
Finish()
[Version("2.8")]
public void Finish()
GetGType()
public static Type GetGType()
Returns
SetRgba(RGBA)
[Version("2.8")]
public void SetRgba(RGBA rgba)
Parameters
rgba
RGBA
Events
OnFinished
public event SignalHandler<ColorChooserRequest> OnFinished