[]
        
(Showing Draft Content)

C1.Framework.IDropDownForm

IDropDownForm Interface

Represents the methods, events and properties of drop down from.

Namespace: C1.Framework
Assembly: C1.Win.4.8.dll
Syntax
public interface IDropDownForm : IDisposable

Properties

Name Description
Focusable

Gets or sets a value indicating that form can contain focus.

InternalFocusMovement

Gets or sets a value indicating that all focus movements are internal and should not be processed as caused by user input.

IsDisposed

Gets a value indicating whether the form has been disposed of.

Visible

Gets or sets a value indicating whether the form are displayed.

Methods

Name Description
ApplyStyle(BaseStyle, int)

Applies the style to drop down form.

Close()

Closes the form.

CloseForm()

Closes the drop down form and activates the parent form.

OpenForm()

Opens the drop down form at the top of other windows.