Class MsaaWindowRule
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
stateGlueRuleExecutionStatewindowWin32FlavorElement
Execute(GlueRuleExecutionState)
Executes the rule.
public override void Execute(GlueRuleExecutionState state)
Parameters
stateGlueRuleExecutionStateThe current rule execution state.
Remarks
This has to be implemented by the rule classes.