Intersoft WebInput Documentation
setParent Method
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > HolidayCollection Class : setParent Method






parent

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overridable Sub setParent( _
   ByVal parent As System.Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As HolidayCollection
Dim parent As System.Object
 
instance.setParent(parent)
C# 
public virtual void setParent( 
   System.object parent
)
Delphi 
public procedure setParent( 
    parent: System.TObject
); virtual; 
JScript 
public function setParent( 
   parent : System.Object
);
Managed Extensions for C++ 
public: virtual void setParent( 
   System.Object* parent
) 
C++/CLI 
public:
virtual void setParent( 
   System.Object^ parent
) 

Parameters

parent

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

© 2013 Intersoft Solutions Corp. All Rights Reserved.