Class CellAreaClassHandle
public abstract class CellAreaClassHandle : SafeHandle, IDisposable
- Inheritance
-
CellAreaClassHandle
- Implements
- Derived
- Inherited Members
Constructors
CellAreaClassHandle(bool)
protected CellAreaClassHandle(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(CellAreaClassHandle?)
public bool Equals(CellAreaClassHandle? other)
Parameters
other
CellAreaClassHandle
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 CellAreaClassData.ActivateCallback GetActivate()
Returns
GetAdd()
public CellAreaClassData.AddCallback GetAdd()
Returns
GetApplyAttributes()
public CellAreaClassData.ApplyAttributesCallback GetApplyAttributes()
Returns
GetCopyContext()
public CellAreaClassData.CopyContextCallback GetCopyContext()
Returns
GetCreateContext()
public CellAreaClassData.CreateContextCallback GetCreateContext()
Returns
GetEvent()
public CellAreaClassData.EventCallback GetEvent()
Returns
GetFocus()
public CellAreaClassData.FocusCallback GetFocus()
Returns
GetForeach()
public CellAreaClassData.ForeachCallback GetForeach()
Returns
GetForeachAlloc()
public CellAreaClassData.ForeachAllocCallback GetForeachAlloc()
Returns
GetGetCellProperty()
public CellAreaClassData.GetCellPropertyCallback GetGetCellProperty()
Returns
GetGetPreferredHeight()
public CellAreaClassData.GetPreferredHeightCallback GetGetPreferredHeight()
Returns
GetGetPreferredHeightForWidth()
public CellAreaClassData.GetPreferredHeightForWidthCallback GetGetPreferredHeightForWidth()
Returns
GetGetPreferredWidth()
public CellAreaClassData.GetPreferredWidthCallback GetGetPreferredWidth()
Returns
GetGetPreferredWidthForHeight()
public CellAreaClassData.GetPreferredWidthForHeightCallback GetGetPreferredWidthForHeight()
Returns
GetGetRequestMode()
public CellAreaClassData.GetRequestModeCallback GetGetRequestMode()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetIsActivatable()
public CellAreaClassData.IsActivatableCallback GetIsActivatable()
Returns
GetRemove()
public CellAreaClassData.RemoveCallback GetRemove()
Returns
GetSetCellProperty()
public CellAreaClassData.SetCellPropertyCallback GetSetCellProperty()
Returns
GetSnapshot()
public CellAreaClassData.SnapshotCallback GetSnapshot()