IUIContext.getElementById

Get the first UIElement with the given ID, or null. This just checks for exact id matches, without anything fancy. If you use dplug:wren-support, this is called by the $ operator or the UI.getElementById.

interface IUIContext
nothrow @nogc
getElementById
(
const(char)* id
)

Meta