Cursor Class

Definition

Line 29 of System.Windows/Cursor.cm

Inheritance

Constructors & Destructor

public nothrow Cursor()
public nothrow Cursor(Cursor&& that)
suppress Cursor(const Cursor&)
public nothrow Cursor(void* cursorHandle_)
public nothrow Cursor(void* cursorHandle_, bool standard_)
public ~Cursor()

Member Functions

public nothrow void* Handle() const
public nothrow bool IsStandard() const
public nothrow void SetStandard()
suppress void operator=(const Cursor&)

Member Variables

private void* cursorHandle
private bool standard

Constructor& Destructor Details

Cursor Constructor

public nothrow Cursor()

Definition
Line 31 of System.Windows/Cursor.cm


Cursor Constructor

public nothrow Cursor(Cursor&& that)

Definition
Line 40 of System.Windows/Cursor.cm


Cursor Constructor

suppress Cursor(const Cursor&)

Definition
Line 53 of System.Windows/Cursor.cm


Cursor Constructor

public nothrow Cursor(void* cursorHandle_)

Definition
Line 34 of System.Windows/Cursor.cm


Cursor Constructor

public nothrow Cursor(void* cursorHandle_, bool standard_)

Definition
Line 37 of System.Windows/Cursor.cm


~Cursor Destructor

public ~Cursor()

Definition
Line 45 of System.Windows/Cursor.cm


Member Function Details

Handle Member Function

public nothrow void* Handle()

Definition
Line 55 of System.Windows/Cursor.cm


IsStandard Member Function

public nothrow bool IsStandard()

Definition
Line 59 of System.Windows/Cursor.cm


SetStandard Member Function

public nothrow void SetStandard()

Definition
Line 63 of System.Windows/Cursor.cm


operator= Member Function

suppress void operator=(const Cursor&)

Definition
Line 54 of System.Windows/Cursor.cm