IFocusable Interface

Description

Interface for objects that can be focused on.

Syntax

C#
public class IFocusable, 
VB
'Declaration
Public Class IFocusable

Methods

Name Description
IsFocused Return whether the control has focus.
SetFocus Gives focus to the control.