Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to Window class.
Window.SetWindowFeedbackSettingMBS(Feedback as Integer, value as Variant) as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Windows | MBS Win Plugin | 17.5 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Returns true if successful; otherwise, returns false.
Value can be nil to reset value. Or true/false to set it.
Requires Windows 8 or Windows Server 2012 in desktop apps only.
Constant Name | Value | Description |
FEEDBACK_TOUCH_CONTACTVISUALIZATION | 1 | Feedback for a touch contact event. |
FEEDBACK_PEN_BARRELVISUALIZATION | 2 | Feedback for a pen barrel-button event. |
FEEDBACK_PEN_TAP | 3 | Feedback for a pen tap event. |
FEEDBACK_PEN_DOUBLETAP | 4 | Feedback for a pen double-tap event. |
FEEDBACK_PEN_PRESSANDHOLD | 5 | Feedback for a pen press-and-hold event. |
FEEDBACK_PEN_RIGHTTAP | 6 | Feedback for a pen right-tap event. |
FEEDBACK_TOUCH_TAP | 7 | Feedback for a touch tap event. |
FEEDBACK_TOUCH_DOUBLETAP | 8 | Feedback for a touch double-tap event. |
FEEDBACK_TOUCH_PRESSANDHOLD | 9 | Feedback for a touch press-and-hold event. |
FEEDBACK_TOUCH_RIGHTTAP | 10 | Feedback for a touch right-tap event. |
FEEDBACK_GESTURE_PRESSANDTAP | 11 | Feedback for a press-and-tap gesture. |
The items on this page are in the following plugins: MBS Win Plugin.