ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / IDropDownOwner Interface / GetFocusableControl Method

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