Icon Class

Definition

Line 25 of System.Windows/Icon.cm

Inheritance

Constructors & Destructor

public nothrow Icon()
public nothrow Icon(Icon&& that)
suppress Icon(const Icon&)
public nothrow Icon(void* iconHandle_)
public nothrow Icon(void* iconHandle_, bool standard_)
public ~Icon()

Member Functions

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

Member Variables

private void* iconHandle
private bool standard

Constructor& Destructor Details

Icon Constructor

public nothrow Icon()

Definition
Line 27 of System.Windows/Icon.cm


Icon Constructor

public nothrow Icon(Icon&& that)

Definition
Line 36 of System.Windows/Icon.cm


Icon Constructor

suppress Icon(const Icon&)

Definition
Line 49 of System.Windows/Icon.cm


Icon Constructor

public nothrow Icon(void* iconHandle_)

Definition
Line 30 of System.Windows/Icon.cm


Icon Constructor

public nothrow Icon(void* iconHandle_, bool standard_)

Definition
Line 33 of System.Windows/Icon.cm


~Icon Destructor

public ~Icon()

Definition
Line 41 of System.Windows/Icon.cm


Member Function Details

Handle Member Function

public nothrow void* Handle()

Definition
Line 51 of System.Windows/Icon.cm


IsStandard Member Function

public nothrow bool IsStandard()

Definition
Line 55 of System.Windows/Icon.cm


SetStandard Member Function

public nothrow void SetStandard()

Definition
Line 59 of System.Windows/Icon.cm


operator= Member Function

suppress void operator=(const Icon&)

Definition
Line 50 of System.Windows/Icon.cm