Intersoft ClientUI Documentation
Section Constructor(Block)
See Also  Send Feedback
Intersoft.Client.Documents Namespace > Section Class > Section Constructor : Section Constructor(Block)






block
Initializes a new instance of the Section class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal block As Block _
)
Visual Basic (Usage)Copy Code
Dim block As Block
 
Dim instance As New Section(block)
C# 
public Section( 
   Block block
)
Delphi 
public Section( 
    block: Block
); 
JScript 
public function Section( 
   block : Block
);
Managed Extensions for C++ 
public: Section( 
   Block* block
)
C++/CLI 
public:
Section( 
   Block^ block
)

Parameters

block

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.