VisualCollection.InsertAtBottom(Visual) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts a new visual at the bottom of the visual collection.
public:
virtual void InsertAtBottom(Visual ^ newChild) = InsertAtBottom;
void InsertAtBottom(Visual const& newChild);
public void InsertAtBottom(Visual newChild);
function insertAtBottom(newChild)
Public Sub InsertAtBottom (newChild As Visual)
Parameters
- newChild
- Visual
The new visual to insert.
Remarks
VisualCollections are ordered from bottom to top and iterating or enumerating through a collection is always done from bottom to top.