Class TopLevelWindow
A form-derived class that can be derived to create custom top-level windows like ToolTips, a splash window, etc.
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()