Class WebFormManager
- Namespace
- WebKitWebProcessExtension
- Assembly
- WebKitWebProcessExtension-6.0.dll
public class WebFormManager : Object, IDisposable, NativeObject, GTypeProvider, InstanceFactory
- Inheritance
-
WebFormManager
- Implements
- Inherited Members
Constructors
WebFormManager(params ConstructArgument[])
[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public WebFormManager(params ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]
WebFormManager(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected WebFormManager(CreationData data)
Parameters
dataCreationData
WebFormManager(WebFormManagerHandle)
protected WebFormManager(WebFormManagerHandle handle)
Parameters
handleWebFormManagerHandle
Fields
FormControlsAssociatedSignal
Signal Descriptor for OnFormControlsAssociated.
public static readonly Signal<WebFormManager, WebFormManager.FormControlsAssociatedSignalArgs> FormControlsAssociatedSignal
Field Value
WillSendSubmitEventSignal
Signal Descriptor for OnWillSendSubmitEvent.
public static readonly Signal<WebFormManager, WebFormManager.WillSendSubmitEventSignalArgs> WillSendSubmitEventSignal
Field Value
WillSubmitFormSignal
Signal Descriptor for OnWillSubmitForm.
public static readonly Signal<WebFormManager, WebFormManager.WillSubmitFormSignalArgs> WillSubmitFormSignal
Field Value
Methods
GetGType()
public static Type GetGType()
Returns
InputElementAutoFill(Value, string)
[Version("2.40")]
public static void InputElementAutoFill(Value element, string value)
Parameters
InputElementIsAutoFilled(Value)
[Version("2.40")]
public static bool InputElementIsAutoFilled(Value element)
Parameters
elementValue
Returns
InputElementIsUserEdited(Value)
[Version("2.40")]
public static bool InputElementIsUserEdited(Value element)
Parameters
elementValue
Returns
NewFromPointer(nint, bool)
Creates a new managed WebFormManager instance for a given pointer.
public static WebFormManager NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new WebFormManager and sets the properties specified by the construct arguments.
public static WebFormManager NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.
Returns
Events
OnFormControlsAssociated
public event SignalHandler<WebFormManager, WebFormManager.FormControlsAssociatedSignalArgs> OnFormControlsAssociated
Event Type
OnWillSendSubmitEvent
public event SignalHandler<WebFormManager, WebFormManager.WillSendSubmitEventSignalArgs> OnWillSendSubmitEvent
Event Type
OnWillSubmitForm
public event SignalHandler<WebFormManager, WebFormManager.WillSubmitFormSignalArgs> OnWillSubmitForm