Class DefaultScanWindow
Base windowd for scanning in the simplic framework
Implements
ISaveableLayout
IFocusableControlBase
Inherited Members
Namespace: Simplic.Framework.Extension.UI
Assembly: Simplic.Framework.Extension.dll
Syntax
public class DefaultScanWindow : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceDefaultScanWindow()
Create scan window
Declaration
public DefaultScanWindow()
Properties
| Improve this Doc View SourceController
Scann-Controller instance
Declaration
public DefaultScanController Controller { get; }
Property Value
Type | Description |
---|---|
DefaultScanController |
Methods
| Improve this Doc View SourceGetScanResult()
Get result of the current scan process
Declaration
public ScanResult GetScanResult()
Returns
Type | Description |
---|---|
ScanResult | Scan |
Implements
ISaveableLayout
IFocusableControlBase