SilverlightDataPager Class
Represents a data pager control.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.UITesting.UITestControl
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls.SilverlightControl
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls.SilverlightDataPager
Namespace: Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)
Syntax
'Declaration
Public Class SilverlightDataPager _
Inherits SilverlightControl
public class SilverlightDataPager : SilverlightControl
public ref class SilverlightDataPager : public SilverlightControl
type SilverlightDataPager =
class
inherit SilverlightControl
end
public class SilverlightDataPager extends SilverlightControl
The SilverlightDataPager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SilverlightDataPager() | Initializes a new instance of the SilverlightDataPager class. |
![]() |
SilverlightDataPager(UITestControl) | Initializes a new instance of the SilverlightDataPager class that has the specified parent. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AcceleratorKey | Gets the shortcut key for the control. (Inherited from SilverlightControl.) |
![]() |
AccessKey | Gets the keyboard shortcut for the control. (Inherited from SilverlightControl.) |
![]() |
AutoEllipsis | Gets a value that indicates whether to use an ellipsis as the last numeric button. |
![]() |
AutomationId | Gets the automation ID for the control. (Inherited from SilverlightControl.) |
![]() |
BackgroundColor | Gets the background color for the control. (Inherited from SilverlightControl.) |
![]() |
BoundingRectangle | (Inherited from UITestControl.) |
![]() |
CanChangePage | Gets a value that indicates whether the user can move to another page. |
![]() |
CanMoveToFirstPage | Gets a value that indicates whether the user can move to the first page. |
![]() |
CanMoveToLastPage | Gets a value that indicates whether the user can move to the last page. |
![]() |
CanMoveToNextPage | Gets a value that indicates whether the user can move to the next page. |
![]() |
CanMoveToPreviousPage | Gets a value that indicates whether the user can move to the previous page. |
![]() |
ClassName | (Inherited from UITestControl.) |
![]() |
Container | (Inherited from UITestControl.) |
![]() |
ControlType | (Inherited from UITestControl.) |
![]() |
DisplayMode | Gets a value that indicates how the data pager user interface is displayed. |
![]() |
Enabled | (Inherited from UITestControl.) |
![]() |
Exists | (Inherited from UITestControl.) |
![]() |
FilterProperties | (Inherited from UITestControl.) |
![]() |
Font | Gets the font for the control. (Inherited from SilverlightControl.) |
![]() |
ForegroundColor | Gets the foreground color of the control. (Inherited from SilverlightControl.) |
![]() |
FriendlyName | (Inherited from UITestControl.) |
![]() |
HasFocus | (Inherited from UITestControl.) |
![]() |
Height | Gets the height of the control. (Inherited from SilverlightControl.) |
![]() |
HelpText | Gets the Help text for the control. (Inherited from SilverlightControl.) |
![]() |
IsTopParent | (Inherited from UITestControl.) |
![]() |
ItemCount | Gets the number of items in the data pager. |
![]() |
LabeledBy | Gets the label text for the control. (Inherited from SilverlightControl.) |
![]() |
Name | (Inherited from UITestControl.) |
![]() |
NativeElement | (Inherited from UITestControl.) |
![]() |
PageCount | Gets the number of pages in the data pager. |
![]() |
PageIndex | Gets the index of the current page in the data pager. |
![]() |
PageSize | Gets the number of items that are displayed on a page. |
![]() |
SearchConfigurations | (Inherited from UITestControl.) |
![]() |
SearchProperties | (Inherited from UITestControl.) |
![]() |
SearchPropertiesSetExplicitly | (Inherited from UITestControl.) |
![]() |
TechnologyName | (Inherited from UITestControl.) |
![]() |
TopParent | (Inherited from UITestControl.) |
![]() |
Width | Gets the width of the control. (Inherited from SilverlightControl.) |
![]() |
WindowHandle | (Inherited from UITestControl.) |
![]() |
WindowTitles | (Inherited from UITestControl.) |
Top
Methods
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace