We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mojo::mojo.app.mojo.app.View.AddChildView
Adds a child view to this view.
AddChildView is normally used internally by 'layout' views. However you can also add a child view to any view directly by calling this method.
If you use this method to add a child view to a view, it is your responsiblity to also manage the child view's frame using the Frame property.