Skip to main content
A newer version of this page is available. .

AdornerUIManager.SelectElement(AdornerElement) Method

Selects the specific AdornerUIManager element.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public bool SelectElement(
    AdornerElement element
)

Parameters

Name Type Description
element AdornerElement

An AdornerElement to be selected.

Returns

Type Description
Boolean

true, if the specific element was successfully selected; otherwise, false.

See Also