Table of Contents

Class WinFormsPosLixBoxChildrenRule

Namespace
Ranorex.Plugin.CustomControls.PosListBox
Assembly
Ranorex.Plugin.WinForms.dll
public class WinFormsPosLixBoxChildrenRule : LineageGlueRule, IEquatable<Descriptor>, IComparable<Descriptor>
Inheritance
WinFormsPosLixBoxChildrenRule
Implements
Inherited Members

Constructors

WinFormsPosLixBoxChildrenRule()

public WinFormsPosLixBoxChildrenRule()

Methods

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.