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






element
Initializes a new instance of the BlockUIContainer class.

Syntax

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

Parameters

element

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.