Version

XamOutlookBarProxy Class Members

The following tables list the members exposed by XamOutlookBarProxy.

Public Constructors
 NameDescription
Public ConstructorXamOutlookBarProxy Constructor  
Protected Fields
 NameDescription
Protected FieldbCompatibilityWasChecked (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Protected FieldbKeyAction (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FieldbMouseAction (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FieldbRecOnMouseDown (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FieldbRecOnMouseUp (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FieldbRecordedCompatErr (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FieldbRecordedOnPrvwKeyDown (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FieldDSV_KEEPLINE_DURATION (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FielderrCompatibility (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Protected FieldERRVAL_POINT (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Protected FieldiCrntClickCount (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FieldkeyDown (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FieldlstToBeRemovedHandlers (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FieldmlMouseDown (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FieldmlMouseUp (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FieldmlPreMouseDown (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FieldmlPreMouseUp (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected Fieldstatic (Shared in Visual Basic)subItemContentElement  
Protected FieldvbCR (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FieldvbCRLF (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FieldvbLF (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Public Properties
 NameDescription
Public PropertyEnabledReturns the IsEnabled value of the control. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Public PropertyFocusedReturns the IsFocused value of the control. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Public PropertyFullTypeName (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Public PropertyIGStatus (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Public PropertyIsOutlookBarMinimizedReturns true if OutlookBar is minimized, else false. Default value is null  
Public Propertylogical_name (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Public PropertyNavAreaGroupHeadersReturns the headers of the visible groups in the Navigation area  
Public PropertyNavAreaGroupsCountReturns the count of the visible groups in the Navigation area  
Public PropertyNavAreaMaxGroupsCountReturns the count of the maximum number of groups in the Navigation area  
Public PropertyOverflowAreaGroupHeadersReturns the headers of the visible groups in the Overflow area  
Public PropertyOverflowAreaGroupsCountReturns the count of the visible groups in the Overflow area  
Public PropertyOverflowContextMenuGroupHeadersReturns the headers of the visible groups in the OverflowContextMenu  
Public PropertyOverflowContextMenuGroupsCountReturns the count of the visible groups in the OverflowContextMenu  
Public PropertySelectedGroupHeaderReturns the header of the selected group of the OutlookBar  
Public PropertySelectedGroupLocationReturns the location of the selected group of the OutlookBar  
Public PropertyTotalGroupHeadersReturns the headers of all the visible groups  
Public PropertyTotalGroupsCountReturns the total count of all the visible groups.  
Protected Properties
 NameDescription
Protected PropertyActionWaitTimeBy default Null, if the value is Null it will allow the proxy to determine what the default wait time should be, which in most cases is 0, the value represents a wait time in milliseconds after each internal logical action, before preceeding to the next internal logical action. A replay proxy method's internal logical actions are different for each replay proxy method, but they may consist of, as an example parameter validation as one action, entering edit mode as a second, and setting a value as a third. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected PropertyAnimationMaxWaitTimeBy default 5000, the value represents the maximum total time in milliseconds that the proxy will wait for an animation to finish before attempting to interact with it, typically based on interactions with the mouse. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected PropertyAnimationWaitIntervalBy default 125, the value represents the wait time in milliseconds between state checks of an Animation. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected PropertyAutoScrollIntoViewTrue by default, if the value is true, will attempt to scroll the control into view prior to attempting to replay every action, if false, it will not automatically attempt to scroll the control into view. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected PropertyCompatabilityErrorReturns null if no error, otherwise, returns the IGTestError explaining the compatility issue (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Protected PropertyCurrentFocusedElement (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected PropertyErrorMaxReAttemptsBy default 40, the value represents the number of times it will attempt to retry a failed logical actions. This is not used in all scenarios, but is used in conjunction with ErrorReAttemptWaitTime, when combined will by default Wait a maximum of 5 seconds. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected PropertyErrorReAttemptWaitTimeBy default 125, the value represents a wait time in milliseconds, this wait time is not used in all scenarios, but when utilized, it is the wait time after an internal logical action fails, and before it attempt to try the action again. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected PropertyErrorRetryAttempts (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected PropertyFieldEncapClose (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected PropertyFieldEncapOpen (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected PropertyHardBreakOnAllErrorsTrue by default, If value is true, it will allow any exception to bubble up to QTP, which in turn by default will stop the script and display a message box with the exception. This can be captured via QTP with the ON ERROR RESUME NEXT (see QTP documentation on that subject), if the value evaluates to false, it will instead report the exception to the HP Run Results, and attempt to continue on. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected PropertyIsTACompatibleReturns true if the Version, CLR, and Versioning(Version\Versionless) match, otherwise returns false (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Protected PropertyIsVisible (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Protected PropertyKeeplineDurationOverrideBy default Null, if the value is Null, it will allow the proxy to determine what the default keep line durantion to be, with a default of 1500ms. If the value is set it will set the default for all actions of the proxy. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected PropertyMouseLocationDown (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected PropertyMouseLocationMostRecent (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected PropertyMouseLocationUp (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected PropertyOutlookBar  
Protected PropertyOwningWindow (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Protected PropertyPrepMaskOverrideBy default Null, if the value is Null, it will allow the proxy to determine what basic validations it will perform prior to starting the action. Otherwise the value overrides the default PrepareMask flagged enumeration for each action. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected PropertyPropertyDelimiterBy default char(10), the value represents the delimiter for multiple value in a verification property. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected PropertyQueuedAction (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected PropertyQueueLive (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected PropertyRecordBaseClickIn most scenarios False by default, if the value is true it will attempt to record a ClickOnControl for every Click action. If false, it will limit the recording of ClickOnControl to exceptions defined by the proxy. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected PropertyRecordClickPercentFalse by default, if the value is true, will record any action that would normally record the InfragisticsWPF.Test.Shared.IGRectRegion igAt value, and instead record igPercent. If false, will record igAt as normal. Actions it is likely to affect ClickOnControl, ClickSubItem, etc. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected PropertyRecordEncapClose (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected PropertyRecordEncapOpen (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected PropertyRecordForceFireEventsBy default the value is Null, if Null the behavior defaults to how the individual proxy bests decides to handle the scenario. If the value is true when the proxy wires into the events of the control, it will force the events to be handled by the proxy even if the event was "handled" by an earlier FrameworkElement. If false, any event "handled" by an earlier FrameworkElement that would suppress it from firing up the chain, will keep the proxy from handling the event. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected PropertyRecordItemsByIndexFalse by default, If supported by the proxy, and value is true, the proxy will force all records to use index in place of a string when viable.  
Protected PropertyRecordMouseClickDeltaMaxBy default 3, the value represents the distance in pixels a Mouse can move between MouseDown and MouseUp and still be considered a Click for recording purposes. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected PropertyReportAllActionResultsTrue by default, if the value is true, it reports all results passing or failing for every action to the HP Run Results, if false it will only report errors and warnings. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected PropertyScreenLoc (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Protected PropertySettings (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Protected PropertySourceElement (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Protected PropertyStepWaitTimeBy default is 0, the value represents a wait time in milliseconds after each Replay proxy method completes before preceeding to the next replay proxy method. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected PropertyUtilityObject (Inherited from Mercury.QTP.WPF.CustomServer.CustomServerBase)
Protected PropertyWasPossibleDrag (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected PropertyWindowLoc (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Public Methods
 NameDescription
Public MethodClickControlClick on the Control at the specified location (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodClickSubItemClick on the supplied SubItem of the defined type (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodDblClickControlDouble Click on the Control at the specified location (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodDblClickSubItemDouble Click on the supplied SubItem of the defined type (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodGetFWElementFromSubItemOverloaded. Returns the visible UI framework element of the specified sub-item  
Public MethodGetNAPropertiesThis method will returns a list of the visible properties of a given object, and their data types. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodGetNAPropertyThis method will return the value of any property (or sub property) for this control. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodGetProxySetting (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodGetSubItemFromArgReturns the sub-item of a given type from its identifier  
Public MethodGetSubItemProperties (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodGetSubItemPropertyReturn a property value specific to a subItem (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodHideOverflowContextMenuClicks on the OverflowContextMenu button in the Overflow area so as to hide the OverflowContextMenu  
Public MethodHideSelectedGroupContentHides the contents of the selected group by hiding the Navigation Area's popup window  
Public MethodIsKnownPartOfOverloaded. Overridden. Determines if a framework element is part of the control.  
Public MethodMaximizeOutlookBarMaximizes the OutlookBar control  
Public MethodMinimizeOutlookBarMinimizes the OutlookBar control  
Public MethodMouseActionOnControlPerforms the requested MouseAction on the Control (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodMouseActionOnSubItemPerforms the requested MouseAction on the supplied SubItem of the defined type (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodOnMessageOverloaded. Overridden.   
Public MethodRecordInitOverridden. Hooks up event handlers for the proxy, do not invoke this method directly as this is automatically internally called after the SourceElement is interacted with.  
Public MethodRecordStop (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Public MethodResizeGroupContentResizes the popup window of the Selected group's content  
Public MethodResizeOutlookBarResizes the width of the OutlookBar by dragging the Vertical Splitter if visible  
Public MethodRightClickControlRight Click on the Control at the specified location (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodRightClickSubItemRight Click on the supplied SubItem of the defined type (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodSelectGroupClicks on the selected group identified by its header or index  
Public MethodSetFocusSet focus to the control (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodSetNAPropertyThis method will set the value of any property (or sub property) for this control. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodSetNavAreaMaxGroupsResizes the Navigation area to replay the drag of the splitter bar. It achieves this by setting the navigation area's max group count to the recorded group count  
Public MethodSetProxySettingThis method will set the value of one of the customizable proxy settings. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodSetSubItemPropertySets a property value specific to a subItem (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodShowOverflowContextMenuClicks on the OverflowContextMenu button in the Overflow area so as to display the OverflowContextMenu  
Public MethodShowSelectedGroupContentDisplays the contents of the selected group by expanding the Navigation Area's popup window  
Protected Methods
 NameDescription
Protected MethodAddCustomFWElemInstancePropertiesToReflectionHelperCalls (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodAddCustomTypeBasedPropertiesToReflectionHelperCalls (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodAddCustomTypeValueConvertersToReflectionHelperCalls (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodAddHandlerOverloaded. Adds an event handler of the named event to the SourceElement. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodAreGroupsDuplicatesChecks if the referenceGroup is a duplicate of the currentGroup  
Protected MethodAsmError_MouseEvent (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodBringElementIntoView (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodBringFWElementPointInView (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodCleanReturnValueForReturnToQTP (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodClearKeyState (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodClearLoadedHandlers (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodClearMouseHelpers (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodEnsureVisibility (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodfnClickSelectedGroupContentAllows for toggling between showing/hiding the selected group's content by clicking on the Navigation area's popup window button  
Protected MethodfnResizeGroupContentInternal method to resize the popup window of the Selected group's content  
Protected MethodfnResizeOutlookBarInternal proxy method that resizes the width of the OutlookBar by dragging the Vertical Splitter if visible  
Protected MethodfnSelectGroupInternal proxy method that clicks on the selected group  
Protected MethodfnSetFocus (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodfnSetNavAreaMaxGroupsSets the size of the Navigation area to the value recorded after the splitter bar's drag was completed  
Protected MethodfnSetProxySetting (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodfnToggleOBarMaximizationInternal proxy method to maximize/minimize the OutlookBar control. It also reconstructs the Navigation area by setting the max group count to the group count that existed before the expansion/collapse event.  
Protected MethodfnToggleOverflowContextMenuInternal proxy method to click on the button that displays/hides the OverflowContextMenu  
Protected MethodGetClickEnums (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodGetGroupAreaSplitterReturns the GroupAreaSplitter bar of the OutlookBar identified by its Name.  
Protected MethodGetGroupHeaderReturns the header of the input group terminated by "\n" if it is visible. If the group is hidden, it returns "Hidden\n" as the header. In all other cases, it returns an empty string  
Protected MethodGetGroupsReutrns the headers/count of the visible groups at the requested location  
Protected MethodGetIntIndexedValueFromCollectionOverloaded.  (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodGetItemPropertyOverloaded.  (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodGetKeyState (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodGetLogicalName (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Protected MethodGetMouseActionPointOverloaded. Overridden. Method is modified to call the local GetScreenRectForFrameworkElement instead of the method in SharedUtils.  
Protected MethodGetMousedDepObjectReturns the DependencyObject on which the mouse is clicked (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodGetNAPropReflectionHelperOverloaded.  (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodGetNavAreaMaxGroupsCountInternal method to retrieve the maximum number of groups in the Navigation area  
Protected MethodGetNavigationAreaReturns the Navigation area below the GroupAreaSplitter bar identified by its Name.  
Protected MethodGetOutlookBarItemArgCreates a valid QTP variant value of the supplied OutlookBar Item. If the item is a group, it verifies that the group is part of the existing groups and returns its header. If a duplicate group exists ( with the same header name ), it returns the index of the selected group also  
Protected MethodGetOutlookBarItemFromArgRetrieves the OutlookBar item from its QTP variant for the Replay action. As of now, it only identifies the groups based on its header or index( in case of duplicate groups )  
Protected MethodGetOutlookBarMinMaxBtnReturns the button of the OutlookBar identified by its Name which is used to minimize/maximize the OutlookBar.  
Protected MethodGetOverflowContextMenuBtnReturns the OverflowContextMenu button present in the Overflow area clicking on which would display the OverflowContextMenu  
Protected MethodGetOwningUIElementReturns the owning UI element of the input source object (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodGetProxySettingsReturns the Proxy Settings from which the identifier of the required item will be obtained (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodGetRecordableEnums (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodGetRectFromFrameworkElement (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodGetRectRegionPoint (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodGetReflectionHelperMembers (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodGetReflectionHelperValue (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodGetReturnObjectReturns the object that contains the input header and/or count as needed. If only the header is needed, the returned object will be a header string If only the count is needed, the returned object will be a count integer If both header and count are needed, the returned object will be a list of header followed by count  
Protected Methodstatic (Shared in Visual Basic)GetScreenRectForFrameworkElementCorrectly identifies the region of click for each individual control/sub-item of the OutlookBar. It determines the bottomRight point from the control's ActualHeight and ActualWidth as opposed to the entire rectangle's Height and Width  
Protected MethodGetSelectedGroupRetrives the selected group from its input header or index value.  
Protected MethodGetSelectedGroupContentReturns the selected group content of the OutlookBar  
Protected MethodGetSelectedGroupContentPopupReturns the popup window of the selected group's content from either the source object or the hit test result  
Protected MethodGetSelectedGroupHeaderInternal method to return the header of the selected group of the OutlookBar  
Protected MethodGetSelectedRegionRetrieves the region of the OutlookBar based on the input enum value.  
Protected MethodGetSelGroupContentPopupDecoratorReturns the PopupResizerDecorator(popup window) of the selected group content  
Protected MethodGetSelItemReturns the item from the current argument string and the current argument type (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodGetSubItemIdOverloaded. Returns the unique identifier of the sub-item obtained from the input object. In most cases, the source object is either the Original Source or the Moused dependency object obtained from the MouseLocationHelper (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodGetSubItemIdFromFWElementInternal method that returns the unique identifier of the sub-item and the enum type of the sub-item obtained from the input Framework element  
Protected MethodGetSubItemReflectionHelper (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodGetVerticalSplitterReturns the Vertical splitter bar of the OutlookBar identified by its Name.  
Protected MethodGotSelectedGroupValuesChecks if "referenceGroup" at "dReferenceGroupIndex" of the groups collection of the OutlookBar is the same as the currently selected group by comparing its header value and checking referenceGroup's isSelected property ( needed for duplicate groups with same header values). If this "referenceGroup" is the actual selected group, then retrieve its header and index values  
Protected MethodInvokeActionOverloaded.  (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodInvokeActionForInt (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodInvokeActionForObject (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodInvokeActionForString (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodInvokeActionsOverloaded.  (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodIsGroupVisibleReturns true if the group is visible or hidden If the group is visible, it retrieves the group's header too  
Protected MethodIsInt (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Protected MethodIsNumeric (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Protected MethodIsPartOf (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodIsPositiveInt (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Protected MethodIsQueuedAction (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodIsRecordBaseClick (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodIsSelGroupPopupOpenReturns true if the popup window of the selected group content is open, else returns false  
Protected MethodLostFocus (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodMouseActionOnControlEX (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodMouseActionOnSubItemEX (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodMouseClickOverloaded. Performs a mouse click operation in the center of the framework element supplied (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodMouseDblClickOverloaded. Performs a mouse double click operation in the center of the framework element supplied (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodMouseDownOverloaded. Performs a mouse down operation in the center of the framework element supplied (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodMouseMoveOverloaded. Performs a mouse move operation in the center of the framework element supplied (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodMouseRightClickOverloaded. Performs a mouse right click operation in the center of the framework element supplied (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodMouseUpOverloaded. Performs a mouse up operation in the center of the framework element supplied (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodNeedRecordBaseClickOverridden. Overrides NeedRecordBaseClick method to prevent recording base clicks when the click is on the content area of a XamOutlookBar's selected group  
Protected MethodOutlookBar_MouseUpEvent handler triggered when MouseUp handler is triggered  
Protected MethodParseSelItemArgToList<T>Parses a given string argument into a list of items of the specified type T (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodPropertyListToStringOverloaded.  (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodRecordOverloaded. Sends the Recorded action to QTP (Handles Queueing) (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodRecordClickActionHelperOverloaded.  (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodRecordDebug (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodRecordEXOverloaded. Sends RecordAction.RecString to QTP (Final Layer) (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodRecordGroupRecords the Group header and its index(only in case of duplicate groups)  
Protected MethodRecordMenuBtnRecords the clicking of the OverflowContextMenu button in the Overflow area so as to show/hide the OverflowContextMenu  
Protected MethodRecordOnAncestorOverridden.   
Protected MethodRecordOutlookBarMinMaxRecords the maximization/minimization of Outlookbar  
Protected MethodRecordPopupResizeRecords the resize of the popup window of the Selected group's content  
Protected MethodRecordSelectedGroupPopupEventRecords the show/hide event of the Popup window of the selected group's content  
Protected MethodReportError (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodReportPassOverloaded.  (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodReportWarning (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodScrollItemIntoViewOverloaded. Scrolls the specified framework element into view (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodSelectedGroup_ChangedHandles the change of SelectedGroupHeader of a group in the OutlookBar and records such a change for replay  
Protected MethodSendQueue (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodSendStringWithModKeys (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodSetItemPropertyOverloaded.  (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodSetKeyState (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodSetReflectionHelperValue (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodSourceElement_KeyUp (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodSourceElement_LostFocus (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodSourceElement_LostKeyboardFocus (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodSourceElement_MouseDown (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodSourceElement_MouseLeave (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodSourceElement_MouseUp (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodSourceElement_PreviewKeyDown (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodSourceElement_PreviewMouseDownOverridden. Event handler triggered directly before the MouseDown handler is triggered  
Protected MethodSourceElement_PreviewMouseUpOverridden. Event handler triggered directly before the MouseUp handler is triggered  
Protected MethodSplitter_DragCompletedHandles completion of the drag event of either the Group area splitter or the Vertical splitter  
Protected MethodSplitter_DragStartedStores the required parameters at the start of the drag event of either the Group area splitter or the Vertical splitter.  
Protected MethodtimerKeepLine_Elapsed (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodTypeValidate (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodValidateForReplay (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodWaitForFWElemRectToStopChanging (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodYield (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
See Also