Interface IClipboardMonitor
- Namespace
- SunamoInterfaces.Interfaces
- Assembly
- SunamoInterfaces.dll
Interface for clipboard monitoring operations.
public interface IClipboardMonitor
- Extension Methods
Properties
AfterSet
Whether after copy to clipboard from any source allow monitoring.
bool? AfterSet { get; set; }
Property Value
- bool?
PermanentlyBlock
Permanently blocks clipboard monitoring.
bool PermanentlyBlock { get; set; }