SilverlightCell Class
Represents a Silverlight cell control.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.UITesting.UITestControl
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls.SilverlightControl
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls.SilverlightCell
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 SilverlightCell _
Inherits SilverlightControl
public class SilverlightCell : SilverlightControl
public ref class SilverlightCell : public SilverlightControl
type SilverlightCell =
class
inherit SilverlightControl
end
public class SilverlightCell extends SilverlightControl
The SilverlightCell type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SilverlightCell() | Initializes a new instance of the SilverlightCell class. |
![]() |
SilverlightCell(UITestControl) | Initializes a new instance of the SilverlightCell class that belongs to 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.) |
![]() |
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.) |
![]() |
Checked | Gets or sets a value that indicates whether the cell is checked. |
![]() |
ClassName | (Inherited from UITestControl.) |
![]() |
ColumnHeader | Gets the column header for the cell. |
![]() |
ColumnIndex | Gets the column index of the cell. |
![]() |
Container | (Inherited from UITestControl.) |
![]() |
ContentControlType | Gets a value that indicates the control type of the element inside the cell. |
![]() |
ControlType | (Inherited from UITestControl.) |
![]() |
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.) |
![]() |
Indeterminate | Gets or sets a value that indicates whether the cell is in an indeterminate state. |
![]() |
IsTopParent | (Inherited from UITestControl.) |
![]() |
IsValid | Gets a value that indicates whether the cell is valid. |
![]() |
LabeledBy | Gets the label text for the control. (Inherited from SilverlightControl.) |
![]() |
Name | (Inherited from UITestControl.) |
![]() |
NativeElement | (Inherited from UITestControl.) |
![]() |
RowIndex | Gets the row index of the cell. |
![]() |
SearchConfigurations | (Inherited from UITestControl.) |
![]() |
SearchProperties | (Inherited from UITestControl.) |
![]() |
SearchPropertiesSetExplicitly | (Inherited from UITestControl.) |
![]() |
Selected | Gets a value that indicates whether the cell is selected. |
![]() |
TechnologyName | (Inherited from UITestControl.) |
![]() |
TopParent | (Inherited from UITestControl.) |
![]() |
Value | Gets or sets the value of the cell. |
![]() |
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