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
Options
public ArrayList Options { get; set; }
Property Value
RadiusBorder
public int RadiusBorder { get; set; }
Property Value
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
disposingbool
~Dropdown()
protected ~Dropdown()
OnRender(DrawingContext)
public override void OnRender(DrawingContext dc)