Class DropDownWindow
A generic window that can be used for drop-down behavior, with WS_EX_TOOLWINDOW and CS_SAVEBITS styles.
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class DropDownWindow : TopLevelWindow
Remarks
Internally used by the PopupHost class.
Constructors
DropDownWindow()
Declaration
public DropDownWindow()
Properties
CreateParams
Declaration
protected override CreateParams CreateParams { get; }
Property Value
Type |
---|
System.Windows.Forms.CreateParams |