Class ActionRowClassHandle
public abstract class ActionRowClassHandle : SafeHandle, IDisposable
- Inheritance
-
ActionRowClassHandle
- Implements
- Derived
- Inherited Members
Constructors
ActionRowClassHandle(bool)
protected ActionRowClassHandle(bool ownsHandle)
Parameters
ownsHandle
bool
Properties
IsInvalid
When overridden in a derived class, gets a value indicating whether the handle value is invalid.
public override sealed bool IsInvalid { get; }
Property Value
Methods
Equals(ActionRowClassHandle?)
public bool Equals(ActionRowClassHandle? other)
Parameters
other
ActionRowClassHandle
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
GetActivate()
public ActionRowClassData.ActivateCallback GetActivate()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetParentClass()
public PreferencesRowClassData GetParentClass()