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
Methods
Copy()
[Version("2.18")]
public OptionMenuItem Copy()
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
Equals(OptionMenuItem?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(OptionMenuItem? other)
Parameters
other
OptionMenuItemAn object to compare with this object.
Returns
Free()
[Version("2.18")]
public void Free()
GetGType()
public static Type GetGType()
Returns
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
GetTooltip()
[Version("2.18")]
public string GetTooltip()
Returns
IsEnabled()
[Version("2.18")]
public bool IsEnabled()
Returns
IsGroupChild()
[Version("2.18")]
public bool IsGroupChild()
Returns
IsGroupLabel()
[Version("2.18")]
public bool IsGroupLabel()
Returns
IsSelected()
[Version("2.18")]
public bool IsSelected()