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 WinPhotoAcquireDeviceSelectionDialogMBS class.
WinPhotoAcquireDeviceSelectionDialogMBS.Constructor
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Windows Photos | MBS WinFrameworks Plugin | 20.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
WinPhotoAcquireDeviceSelectionDialogMBS.Destructor
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Windows Photos | MBS WinFrameworks Plugin | 20.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
WinPhotoAcquireDeviceSelectionDialogMBS.ShowModal(Window as DesktopWindow, DeviceFlags as Integer, byref deviceID as String, byref DeviceType as Integer) as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Windows Photos | MBS WinFrameworks Plugin | 22.0 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
The function returns when the user selects a device using the modal dialog box.
Window: The parent window.
DeviceFlags: Integer value containing a combination of device flags that indicate which type of devices to display. The device flags may be a combination of any of the DeviceFlags constants.
DeviceId: A string containing the ID of the selected device.
DeviceType: The type of the selected device.
Returns true if default button was clicked and a device selected.
See also:
WinPhotoAcquireDeviceSelectionDialogMBS.ShowModal(Window as Window, DeviceFlags as Integer, byref deviceID as String, byref DeviceType as Integer) as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Windows Photos | MBS WinFrameworks Plugin | 20.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
The function returns when the user selects a device using the modal dialog box.
Window: The parent window.
DeviceFlags: Integer value containing a combination of device flags that indicate which type of devices to display. The device flags may be a combination of any of the DeviceFlags constants.
DeviceId: A string containing the ID of the selected device.
DeviceType: The type of the selected device.
Returns true if default button was clicked and a device selected.
See also:
WinPhotoAcquireDeviceSelectionDialogMBS.ShowModal(WindowHandle as Integer, DeviceFlags as Integer, byref deviceID as String, byref DeviceType as Integer) as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Windows Photos | MBS WinFrameworks Plugin | 20.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
The function returns when the user selects a device using the modal dialog box.
WindowHandle: Handle to a parent window.
DeviceFlags: Integer value containing a combination of device flags that indicate which type of devices to display. The device flags may be a combination of any of the DeviceFlags constants.
DeviceId: A string containing the ID of the selected device.
DeviceType: The type of the selected device.
Returns true if default button was clicked and a device selected.
See also:
The items on this page are in the following plugins: MBS WinFrameworks Plugin.