Class FloatingWindowInterceptor.InterceptRule
- Namespace
- Ink_Canvas.Helpers
- Assembly
- InkCanvasForClass.dll
拦截规则
public class FloatingWindowInterceptor.InterceptRule
- Inheritance
-
FloatingWindowInterceptor.InterceptRule
- Inherited Members
Properties
ChildTypes
public List<FloatingWindowInterceptor.InterceptType> ChildTypes { get; set; }
Property Value
ClassNamePattern
public string ClassNamePattern { get; set; }
Property Value
Description
public string Description { get; set; }
Property Value
ExactClassNameMatch
public bool ExactClassNameMatch { get; set; }
Property Value
ExactTitleMatch
public bool ExactTitleMatch { get; set; }
Property Value
HasWindowSize
public bool HasWindowSize { get; set; }
Property Value
HasWindowStyle
public bool HasWindowStyle { get; set; }
Property Value
IsEnabled
public bool IsEnabled { get; set; }
Property Value
ParentType
public FloatingWindowInterceptor.InterceptType? ParentType { get; set; }
Property Value
ProcessName
public string ProcessName { get; set; }
Property Value
RequiresAdmin
public bool RequiresAdmin { get; set; }
Property Value
Type
public FloatingWindowInterceptor.InterceptType Type { get; set; }
Property Value
WindowHeight
public int WindowHeight { get; set; }
Property Value
WindowStyle
public uint WindowStyle { get; set; }
Property Value
WindowTitlePattern
public string WindowTitlePattern { get; set; }
Property Value
WindowWidth
public int WindowWidth { get; set; }
Property Value
foundHwnd
public bool foundHwnd { get; set; }
Property Value
outHwnd
public IntPtr outHwnd { get; set; }