LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

OnParentChanged Method

Show in webframe






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: 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

See Also

Reference

LayoutSelectorToolStripMenuItem Class
LayoutSelectorToolStripMenuItem Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.