Class FloatingWindowInterceptor.WindowInterceptedEventArgs
- Namespace
- Ink_Canvas.Helpers
- Assembly
- InkCanvasForClass.dll
public class FloatingWindowInterceptor.WindowInterceptedEventArgs : EventArgs
- Inheritance
-
FloatingWindowInterceptor.WindowInterceptedEventArgs
- Inherited Members
Properties
InterceptType
public FloatingWindowInterceptor.InterceptType InterceptType { get; set; }
Property Value
Rule
public FloatingWindowInterceptor.InterceptRule Rule { get; set; }
Property Value
WindowHandle
public IntPtr WindowHandle { get; set; }
Property Value
WindowTitle
public string WindowTitle { get; set; }