public static System.Windows.Forms.Control GetPrefferedControlForFocus( System.Windows.Forms.Control parent, System.Type[] excluded )
'Declaration
Public Shared Function GetPrefferedControlForFocus( _ ByVal parent As System.Windows.Forms.Control, _ ByVal excluded() As System.Type _ ) As System.Windows.Forms.Control
'Usage
Dim parent As System.Windows.Forms.Control Dim excluded() As System.Type Dim value As System.Windows.Forms.Control value = NControlHelper.GetPrefferedControlForFocus(parent, excluded)
Parameters
- parent
- excluded