[]
        
(Showing Draft Content)

C1.Framework.MnemonicButtonElement.OnGotFocus

OnGotFocus Method

OnGotFocus(EventArgs)

Called by the host control when this Element receives the focus.

Declaration
public override void OnGotFocus(EventArgs e)
Public Overrides Sub OnGotFocus(e As EventArgs)
Parameters
Type Name Description
EventArgs e

EventArgs that contains the event data.

Overrides