Table of Contents

Class OptionMenuItem

Namespace
WebKit
Assembly
WebKit-6.0.dll
public sealed class OptionMenuItem : BoxedRecord, IEquatable<OptionMenuItem>
Inheritance
OptionMenuItem
Implements
Inherited Members

Constructors

OptionMenuItem(OptionMenuItemOwnedHandle)

public OptionMenuItem(OptionMenuItemOwnedHandle handle)

Parameters

handle OptionMenuItemOwnedHandle

Properties

Handle

public OptionMenuItemOwnedHandle Handle { get; }

Property Value

OptionMenuItemOwnedHandle

Methods

Copy()

[Version("2.18")]
public OptionMenuItem Copy()

Returns

OptionMenuItem

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

Equals(OptionMenuItem?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(OptionMenuItem? other)

Parameters

other OptionMenuItem

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Free()

[Version("2.18")]
public void Free()

GetGType()

public static Type GetGType()

Returns

Type

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetLabel()

[Version("2.18")]
public string GetLabel()

Returns

string

GetTooltip()

[Version("2.18")]
public string GetTooltip()

Returns

string

IsEnabled()

[Version("2.18")]
public bool IsEnabled()

Returns

bool

IsGroupChild()

[Version("2.18")]
public bool IsGroupChild()

Returns

bool

IsGroupLabel()

[Version("2.18")]
public bool IsGroupLabel()

Returns

bool

IsSelected()

[Version("2.18")]
public bool IsSelected()

Returns

bool