InputPanel for WinForms | ComponentOne
C1.Win.8 Assembly / C1.Framework Namespace / IDropDownOwnerExtended Interface / GetFocusableControl Method

In This Topic
    GetFocusableControl Method (IDropDownOwnerExtended)
    In This Topic
    Returns the System.Windows.Forms.Control that has input focus then the DropDownFormBase.Focusable is true.
    Syntax
    'Declaration
     
    Function GetFocusableControl() As Control
    Control GetFocusableControl()
    See Also