'Declaration
Public Overrides Function GetChildren( _ ByVal control As Control _ ) As IEnumerable(Of Control)
public override IEnumerable<Control> GetChildren( Control control )
Parameters
- control
- The specified control.
Return Value
The children.
'Declaration
Public Overrides Function GetChildren( _ ByVal control As Control _ ) As IEnumerable(Of Control)
public override IEnumerable<Control> GetChildren( Control control )
This method will return System.Windows.Forms.ToolStripDropDownItem.DropDown and System.Windows.Forms.ToolStripControlHost.Control.
For more information, see ToolStripZoomPolicy.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2