LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

OnParentChanged Method







The original parent of the item.
The new parent of the item.
Raises the System.Windows.Forms.Control.ParentChanged event. (Inherited from System.Windows.Forms.ToolStripItem.)
Syntax
protected override void OnParentChanged( 
   ToolStrip oldParent,
   ToolStrip newParent
)
'Declaration
 
Protected Overrides Sub OnParentChanged( _
   ByVal oldParent As ToolStrip, _
   ByVal newParent As ToolStrip _
) 
'Usage
 
Dim instance As LayoutSelectorToolStripMenuItem
Dim oldParent As ToolStrip
Dim newParent As ToolStrip
 
instance.OnParentChanged(oldParent, newParent)
protected override void OnParentChanged( 
   ToolStrip oldParent,
   ToolStrip newParent
)
 function Leadtools.Medical.Workstation.UI.LayoutSelectorToolStripMenuItem.OnParentChanged( 
   oldParent ,
   newParent 
)
protected: void OnParentChanged( 
   ToolStrip* oldParent,
   ToolStrip* newParent
) override 
protected:
void OnParentChanged( 
   ToolStrip* oldParent,
   ToolStrip* newParent
) override 

Parameters

oldParent
The original parent of the item.
newParent
The new parent of the item.
Requirements

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

See Also

Reference

LayoutSelectorToolStripMenuItem Class
LayoutSelectorToolStripMenuItem Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.