Click or drag to resize
UIElementInfoProviderMoveUIElementDownInternal Method
Moves specified UI element down within the parent UI element.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 8.2.23
Syntax
C#
protected virtual void MoveUIElementDownInternal(
	int elementId
)

Parameters

elementId
Type: SystemInt32
ID of the UI element
See Also