This is a copy constructor. It duplicates another toolbar flyout.
Public Sub New( flyIn As ToolbarFlyout, parent As Toolbar, index As Integer )
public ToolbarFlyout( ToolbarFlyout flyIn, Toolbar parent, int index );
Parameters |
Description |
ToolbarFlyout flyIn |
Input the ToolbarFlyout to clone. |
Toolbar parent |
Input the parent. |
int index |
Input the index in the collection at which to insert flyout. |
Comments? |