This constructor sets the parent and index position.
Public Sub New( parent As Toolbar, index As Integer )
public ToolbarFlyout( Toolbar parent, int index );
Parameters |
Description |
Toolbar parent |
Input the parent. |
int index |
Input the index in the collection at which to insert flyout. |
Comments? |