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






block
Initializes a new instance of the Floater 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 Floater(block)
C# 
public Floater( 
   Block block
)
Delphi 
public Floater( 
    block: Block
); 
JScript 
public function Floater( 
   block : Block
);
Managed Extensions for C++ 
public: Floater( 
   Block* block
)
C++/CLI 
public:
Floater( 
   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.