Table of Contents

Class InteriorControlActivity

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Implements mouse handling for the InteriorDrawable.

public class InteriorControlActivity : BaseControlActivity, IBaseObjectWithId, IDisposableObject, IBaseObject, IControlNotification, IDisposable
Inheritance
InteriorControlActivity
Implements

Constructors

InteriorControlActivity(InteriorDrawable)

Initializes a new instance of the InteriorControlActivity class.

Properties

SendScrollToControl

Gets or sets whether to send scroll events to the attached control. Default is true.

Methods

AfterClick(AbstractControl, EventArgs)

Called after the control is clicked.

AfterLostFocus(AbstractControl, LostFocusEventArgs)

This method is invoked when the control lost focus.

AfterMouseLeave(AbstractControl, EventArgs)

Called after the mouse pointer leaves the control.

AfterMouseLeftButtonDown(AbstractControl, MouseEventArgs)

Called after the left mouse button was pressed.

AfterMouseLeftButtonUp(AbstractControl, MouseEventArgs)

Called after the left mouse button was released.

AfterMouseMove(AbstractControl, MouseEventArgs)

Called after the mouse is moved.

AfterScroll(AbstractControl, ScrollEventArgs)

Called after the Scroll event is raised.

AfterSetScrollBarInfo(AbstractControl, bool, ScrollBarInfo)

Called after the SetScrollBarInfo(bool, ScrollBarInfo) method is called.

AfterVisualStateChanged(AbstractControl, EventArgs)

Called when VisualStateChanged property is changed.

DisposeManaged()

Override to dispose managed resources. Here we dispose all used object references.