Table of Contents

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

List<FloatingWindowInterceptor.InterceptType>

ClassNamePattern

public string ClassNamePattern { get; set; }

Property Value

string

Description

public string Description { get; set; }

Property Value

string

ExactClassNameMatch

public bool ExactClassNameMatch { get; set; }

Property Value

bool

ExactTitleMatch

public bool ExactTitleMatch { get; set; }

Property Value

bool

HasWindowSize

public bool HasWindowSize { get; set; }

Property Value

bool

HasWindowStyle

public bool HasWindowStyle { get; set; }

Property Value

bool

IsEnabled

public bool IsEnabled { get; set; }

Property Value

bool

ParentType

public FloatingWindowInterceptor.InterceptType? ParentType { get; set; }

Property Value

FloatingWindowInterceptor.InterceptType?

ProcessName

public string ProcessName { get; set; }

Property Value

string

RequiresAdmin

public bool RequiresAdmin { get; set; }

Property Value

bool

Type

public FloatingWindowInterceptor.InterceptType Type { get; set; }

Property Value

FloatingWindowInterceptor.InterceptType

WindowHeight

public int WindowHeight { get; set; }

Property Value

int

WindowStyle

public uint WindowStyle { get; set; }

Property Value

uint

WindowTitlePattern

public string WindowTitlePattern { get; set; }

Property Value

string

WindowWidth

public int WindowWidth { get; set; }

Property Value

int

foundHwnd

public bool foundHwnd { get; set; }

Property Value

bool

outHwnd

public IntPtr outHwnd { get; set; }

Property Value

IntPtr