Intersoft ClientUI Documentation
AddInternalChild Method
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > VirtualizingStackPanel Class : AddInternalChild Method






child

Syntax

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

Parameters

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.