AutoSelectOnFocus Property (Menu)
In This Topic
Gets or sets a value that determines whether the first enabled item is automatically focused/selected in the menu.
Syntax
'Declaration
Public Property AutoSelectOnFocus As Boolean
public bool AutoSelectOnFocus {get; set;}
See Also