SpreadsheetGear 2023
UIManager Constructor


SpreadsheetGear.Windows.Controls Namespace > UIManager Class : UIManager Constructor
Specifies the workbook set which will own this UIManager.
Initializes a new instance of UIManager with the specified IWorkbookSet.
Syntax
'Declaration
 
Protected Function New( _
   ByVal workbookSet As IWorkbookSet _
)
'Usage
 
Dim workbookSet As IWorkbookSet
 
Dim instance As New UIManager(workbookSet)
protected UIManager( 
   IWorkbookSet workbookSet
)

Parameters

workbookSet
Specifies the workbook set which will own this UIManager.
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

Reference

UIManager Class
UIManager Members