Skip to main content

AdornerUIManager.SelectElement(AdornerElement) Method

Selects the specific AdornerUIManager element.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v24.2.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