Intersoft ClientUI Documentation
InsertInternalChild Method
See Also  Send Feedback
Intersoft.Client.UI.DocumentViewers Namespace > FlowDocumentViewerPanel Class : InsertInternalChild Method






index
child

Syntax

Visual Basic (Declaration) 
Protected Sub InsertInternalChild( _
   ByVal index As Integer, _
   ByVal child As UIElement _
) 
Visual Basic (Usage)Copy Code
Dim instance As FlowDocumentViewerPanel
Dim index As Integer
Dim child As UIElement
 
instance.InsertInternalChild(index, child)
C# 
protected void InsertInternalChild( 
   int index,
   UIElement child
)
Delphi 
protected procedure InsertInternalChild( 
    index: Integer;
    child: UIElement
); 
JScript 
protected function InsertInternalChild( 
   index : int,
   child : UIElement
);
Managed Extensions for C++ 
protected: void InsertInternalChild( 
   int index,
   UIElement* child
) 
C++/CLI 
protected:
void InsertInternalChild( 
   int index,
   UIElement^ child
) 

Parameters

index
child

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.