The following tables list the members exposed by InteractionHelper.
Name | Description | |
---|---|---|
InteractionHelper Constructor | Initializes a new instance of the InteractionHelper class. |
Name | Description | |
---|---|---|
ClickCount | Gets the number of times the control was clicked. | |
Control | Gets the control the InteractionHelper is targeting. | |
IsFocused | Gets a value indicating whether the control has focus. | |
IsMouseOver | Gets a value indicating whether the mouse is over the control. | |
IsPressed | Gets a value indicating whether the mouse button is pressed down over the control. | |
IsReadOnly | Gets a value indicating whether the read-only property is set. |
Name | Description | |
---|---|---|
AllowGotFocus | Check if the control's GotFocus event should be handled. | |
AllowKeyDown | Check if the control's KeyDown event should be handled. | |
AllowKeyUp | Check if the control's KeyUp event should be handled. | |
AllowLostFocus | Check if the control's LostFocus event should be handled. | |
AllowMouseEnter | Check if the control's MouseEnter event should be handled. | |
AllowMouseLeave | Check if the control's MouseLeave event should be handled. | |
AllowMouseLeftButtonDown | Check if the control's MouseLeftButtonDown event should be handled. | |
AllowMouseLeftButtonUp | Check if the control's MouseLeftButtonUp event should be handled. | |
GetLogicalKey | Translates keys for proper RightToLeft mode support. | |
OnApplyTemplateBase | Update the visual state of the control when its template is changed. | |
OnGotFocusBase | Base implementation of the virtual GotFocus event handler. | |
OnIsReadOnlyChanged | Handles changes to the control's IsReadOnly property. | |
OnLostFocusBase | Base implementation of the virtual LostFocus event handler. | |
OnMouseEnterBase | Base implementation of the virtual MouseEnter event handler. | |
OnMouseLeaveBase | Base implementation of the virtual MouseLeave event handler. | |
OnMouseLeftButtonDownBase | Base implementation of the virtual MouseLeftButtonDown event handler. | |
OnMouseLeftButtonUpBase | Base implementation of the virtual MouseLeftButtonUp event handler. | |
UpdateVisualStateBase | Update the visual state of the control. |