OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / ClientFunctions Class / ShowForm Method
The form to display.



In This Topic
    ShowForm Method
    In This Topic
    Displays a form alongside the main window of OnTime Management Suite or OnTime Dispatch.
    Syntax
    'Declaration
     
    
    Public Sub ShowForm( _
       ByVal form As Form _
    ) 
    'Usage
     
    
    Dim instance As ClientFunctions
    Dim form As Form
     
    instance.ShowForm(form)
    public void ShowForm( 
       Form form
    )
    public:
    void ShowForm( 
       Form^ form
    ) 

    Parameters

    form
    The form to display.
    Remarks
    The main OnTime window is set as the owner of the form before being displayed.
    Requirements

    Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11, Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, Windows Server 2022

    See Also