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

AdornerUIManager.SelectNext() Method

Activates the item within the AdornerUIManager.Elements collection that follows the currently selected item.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public void SelectNext()

Remarks

To select a previous element, use the AdornerUIManager.SelectPrev method instead. To select the specific element, use the AdornerUIManager.SelectElement method.

See Also