Skip to content

MarkupUIElement Object

Description

Base class for Markup core level implementations building on Markup elements and basic presentation characteristics.

For a list of all members defined in this module, see MarkupUIElement Members.

Object Model

MarkupUIElement Object Model
Mouse Leave Event
Mouse Enter Event
Mouse Left Button Up Event
Mouse Left Button Down Event
Mouse Right Button Up Event
Mouse Right Button Down Event
Mouse Move Event
Lost Mouse Capture Event
Find Name

Remarks

MarkupUIElement provides a starting point for element layout characteristics and also exposes methods that derived classes can override, which can influence the layout rendering behavior of the element and its child elements.

Much of the input and focusing behavior for elements in general is also defined in the MarkupUIElement class. This includes the events for keyboard, mouse, and stylus input, as well as related status properties.

MarkupUIElement can be thought of as a Windows Handle for Markup elements.

Visibility state affects all input handling by that element. Elements that are not visible do not participate in hit testing and do not receive input events, even if the mouse is over the bounds where the element would be if it were visible.

See Also

MarkupUIElement Members


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.