Sandbox Logo

Panel.AcceptsFocus

bool AcceptsFocus { get; set; }

Description

False by default, can this element accept keyboard focus. If an element accepts focus it'll be able to receive keyboard input.

Return

User Comments