Interface
IInputElement

Establishes the common events and also the event-related properties and methods for basic input processing by Telerik Presentation Foundation (TPF) elements.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public interface IInputElement

Properties

Focusable

Declaration

cs-api-definition
bool Focusable { get; set; }

Property Value

bool

IsEnabled

Declaration

cs-api-definition
bool IsEnabled { get; }

Property Value

bool

IsFocused

Declaration

cs-api-definition
bool IsFocused { get; }

Property Value

bool

IsMouseCaptured

Declaration

cs-api-definition
bool IsMouseCaptured { get; }

Property Value

bool

IsMouseOver

Declaration

cs-api-definition
bool IsMouseOver { get; }

Property Value

bool

Methods

CaptureMouse()

Declaration

cs-api-definition
bool CaptureMouse()

Returns

bool

Focus()

Declaration

cs-api-definition
bool Focus()

Returns

bool

ReleaseMouseCapture()

Declaration

cs-api-definition
void ReleaseMouseCapture()

Events

KeyDown

Declaration

cs-api-definition
event KeyEventHandler KeyDown

Event Value

KeyEventHandler

KeyPress

Declaration

cs-api-definition
event KeyPressEventHandler KeyPress

Event Value

KeyPressEventHandler

KeyUp

Declaration

cs-api-definition
event KeyEventHandler KeyUp

Event Value

KeyEventHandler

MouseDown

Declaration

cs-api-definition
event MouseEventHandler MouseDown

Event Value

MouseEventHandler

MouseEnter

Declaration

cs-api-definition
event EventHandler MouseEnter

Event Value

EventHandler

MouseLeave

Declaration

cs-api-definition
event EventHandler MouseLeave

Event Value

EventHandler

MouseMove

Declaration

cs-api-definition
event MouseEventHandler MouseMove

Event Value

MouseEventHandler

MouseUp

Declaration

cs-api-definition
event MouseEventHandler MouseUp

Event Value

MouseEventHandler

MouseWheel

Declaration

cs-api-definition
event MouseEventHandler MouseWheel

Event Value

MouseEventHandler