Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookSet Class / RegisterUIManager Method
The UI manager.


In This Topic
    RegisterUIManager Method
    In This Topic
    Registers the UI manager.
    Syntax
    'Declaration
     
    
    Public Sub RegisterUIManager( _
       ByVal uiManager As UIManager _
    ) 
    'Usage
     
    
    Dim instance As WorkbookSet
    Dim uiManager As UIManager
     
    instance.RegisterUIManager(uiManager)
    public void RegisterUIManager( 
       UIManager uiManager
    )

    Parameters

    uiManager
    The UI manager.
    Exceptions
    ExceptionDescription
    Only single UIManager can be attached to WorkbookSet
    Remarks
    null means the current UIManager will be unregistered.
    See Also