Table of Contents

Class Dropdown

Namespace
GHIElectronics.Endpoint.UI.Controls
Assembly
GHIElectronics.Endpoint.UI.dll
public class Dropdown : ListBox, IDisposable
Inheritance
Dropdown
Implements
Inherited Members

Constructors

Dropdown()

public Dropdown()

Properties

Alpha

public ushort Alpha { get; set; }

Property Value

ushort

Options

public ArrayList Options { get; set; }

Property Value

ArrayList

RadiusBorder

public int RadiusBorder { get; set; }

Property Value

int

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

Dispose(bool)

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

~Dropdown()

protected ~Dropdown()

OnRender(DrawingContext)

public override void OnRender(DrawingContext dc)

Parameters

dc DrawingContext