WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TopLevelWindow

    Show / Hide Table of Contents

    Class TopLevelWindow

    A form-derived class that can be derived to create custom top-level windows like ToolTips, a splash window, etc.

    Inheritance
    System.Object
    TopLevelWindow
    DropDownWindow
    ScrollTipWindow
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class TopLevelWindow : Form

    Constructors

    TopLevelWindow()

    Creates a new instance of the TopLevelWindow class.

    Declaration
    public TopLevelWindow()

    Methods

    OnHandleCreated(EventArgs)

    Overridden to ignore Win32Exception.

    Declaration
    protected override void OnHandleCreated(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    ShowWindowTopMost()

    Shows the window as the top-level window without activating it.

    Declaration
    public void ShowWindowTopMost()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved