Show / Hide Table of Contents

Interface IAllowAllExceptParameters

Inherited Members
IAllowClose.Close()
IAllowTabActions.SwitchToTab()
IAllowWithSelector.WithSelector(Selector)
IAllowClicks.LeftClick(Enums.ModifierKeys)
IAllowClicks.LeftDoubleClick()
IAllowClicks.RightClick()
IAllowFillInFrom.FillInFrom(String)
IAllowFillInFrom.AppendFrom(String)
IAllowFillInFrom.InsertFrom(String)
IAllowFillInFrom.FillInFrom(IGPALFile)
IAllowFillInFrom.AppendFrom(IGPALFile)
IAllowFillInFrom.InsertFrom(IGPALFile)
IAllowFillInFrom.FillInFrom(GPALDatabase)
IAllowFillInFrom.AppendFrom(GPALDatabase)
IAllowFillInFrom.InsertFrom(GPALDatabase)
IAllowFillInFrom.FillInFrom(IGPALGrid<String>)
IAllowFillInFrom.AppendFrom(IGPALGrid<String>)
IAllowFillInFrom.InsertFrom(IGPALGrid<String>)
IAllowFocus.Focus()
IAllowHover.Hover()
IAllowMoveTo.MoveTo()
IAllowScrolling.ScrollHorizontalSmall(Int32)
IAllowScrolling.ScrollHorizontalLarge(Int32)
IAllowScrolling.ScrollHorizontalPercent(Int32)
IAllowScrolling.ScrollVerticalSmall(Int32)
IAllowScrolling.ScrollVerticalLarge(Int32)
IAllowScrolling.ScrollVerticalPercent(Int32)
IAllowWaitFor.WaitFor(Int32)
IAllowKeyboardActions.SendString(String)
IAllowKeyboardActions.SendKey(Byte)
IAllowToGPALObject<Application>.ToGPALObject()
IAllowCallBack.CallIfFound(Application.CallIfDelegate)
IAllowCallBack.CallIfNotFound(Application.CallIfDelegate)
IAllowCallBack.CallAfterFillIn(Application.CallAfterFillInDelegate)
IAllowWithAllThatMatch.WithAllThatMatch(Int32)
IAllowSizeControl.Maximize
IAllowSizeControl.Minimize
IAllowSizeControl.Restore
Namespace: GenerallyPositive.Application
Assembly: GPAL.dll
Syntax
public interface IAllowAllExceptParameters : IAllowApplicationAction, IAllowClose, IAllowTabActions, IAllowAnySelector, IAllowWithSelector, IAllowAfterAnySelector, IAllowSelectorAction, IAllowClicks, IAllowFillInFrom, IAllowFocus, IAllowHover, IAllowMoveTo, IAllowScrolling, IAllowWaitFor, IAllowKeyboardActions, IAllowToGPALObject<Application>, IAllowCallBack, IAllowWithAllThatMatch, IAllowSizeControl
In This Article
Back to top Generated by DocFX