Intersoft ClientUI Documentation
OverlayGrid Property
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > UXPopupManager Class : OverlayGrid Property






Gets overlay grid object.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly Property OverlayGrid As Grid
Visual Basic (Usage)Copy Code
Dim value As Grid
 
value = UXPopupManager.OverlayGrid
C# 
public static Grid OverlayGrid {get;}
Delphi 
public read-only property OverlayGrid: Grid; static; 
JScript 
public static function get OverlayGrid : Grid
Managed Extensions for C++ 
public: __property static Grid* get_OverlayGrid();
C++/CLI 
public:
static property Grid^ OverlayGrid {
   Grid^ get();
}

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.