Table of Contents

Class MsaaWindowRule

Namespace
Ranorex.Plugin
Assembly
Ranorex.Plugin.Msaa.dll
public class MsaaWindowRule : LineageGlueRule, IEquatable<Descriptor>, IComparable<Descriptor>
Inheritance
MsaaWindowRule
Implements
Inherited Members

Constructors

MsaaWindowRule()

public MsaaWindowRule()

Methods

AddTitleBarElements(GlueRuleExecutionState, Win32FlavorElement)

public static void AddTitleBarElements(GlueRuleExecutionState state, Win32FlavorElement window)

Parameters

state GlueRuleExecutionState
window Win32FlavorElement

Execute(GlueRuleExecutionState)

Executes the rule.

public override void Execute(GlueRuleExecutionState state)

Parameters

state GlueRuleExecutionState

The current rule execution state.

Remarks

This has to be implemented by the rule classes.