The methods of the MenuElement class are listed below. For a complete list of MenuElement class members, see the MenuElement Members topic.
![]() | Overloaded. Adds a new element to the end of the list of child elements. |
![]() | Overloaded. Adds a new item to the end of the list of child elements. |
![]() | Overloaded. Adds a new separator to the end of the list of child elements. |
![]() | Overloaded. Adds a new element as a sibling to the current element. New element is added after the current element. |
![]() | Overloaded. Adds a new item as a sibling to the current element. New item is added after the current element. |
![]() | Overloaded. Adds a new separator as a sibling to the current element. New separator is added after the current element. |
![]() | Overloaded. Creates a duplicate of this element. Child elements are not duplicated. |
![]() | Overloaded. Creates a duplicate of this element. Inserts the duplicated element to specified parent element. Child elements are not duplicated. |
![]() | Overloaded. Creates a duplicate of this element. Inserts the duplicated element to the root of collection. Child elements are not duplicated. |
![]() | Moves the element backward by one position in the current element group. |
![]() | Moves the element forward by one position in the current element group. |
![]() | Moves the element to specified parent element. |
![]() | Moves the element to the root. |
![]() | Removes specified element from the collection. |
![]() | Removes child elements. |
MenuElement Class | APNSoft.WebControls Namespace