Input for WinForms | ComponentOne
C1.Framework Namespace / IDropDownOwnerExtended Interface
Properties Methods

In This Topic
    IDropDownOwnerExtended Interface Members
    In This Topic

    The following tables list the members exposed by IDropDownOwnerExtended.

    Public Properties
     NameDescription
     PropertyGets the view in which the dropdown form belongs.  
     PropertyGets a value that determines the alignment of the drop down form. (Inherited from C1.Framework.IDropDownOwner)
     PropertyGets the dropdown form. (Inherited from C1.Framework.IDropDownOwner)
     PropertyGets a distance in pixels between the control edge and the dropdown. (Inherited from C1.Framework.IDropDownOwner)
     PropertyGets the System.Windows.Forms.Control that is hosting this IDropDownOwner. (Inherited from C1.Framework.IDropDownOwner)
     PropertyGets a value indicating that the dropdown form closes itself and all child forms. (Inherited from C1.Framework.IDropDownOwner)
     PropertyGets the right-to-left mode value for the owner dropdown. (Inherited from C1.Framework.IDropDownOwner)
     PropertyGets a value indicating whether to stick the drop-down form to the side border. (Inherited from C1.Framework.IDropDownOwner)
    Top
    Public Methods
     NameDescription
     MethodCloses the DropDownForm. (Inherited from C1.Framework.IDropDownOwner)
     MethodReturns the System.Windows.Forms.Control that has input focus then the DropDownFormBase.Focusable is true. (Inherited from C1.Framework.IDropDownOwner)
     MethodHandles the DropDownClosed event. (Inherited from C1.Framework.IDropDownOwner)
     MethodHandles the DropDownOpened event. (Inherited from C1.Framework.IDropDownOwner)
     MethodFires when item was clicked on dropdown form. (Inherited from C1.Framework.IDropDownOwner)
    Top
    See Also