ClassDataGridCellTextQuickTask
Class
Definition
Namespace:ArtOfTest.WebAii.Design.IntrinsicTranslators.Silverlight.Descriptors
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class DataGridCellTextQuickTask : IQuickTask
Inheritance: objectDataGridCellTextQuickTask
Implements:
Constructors
DataGridCellTextQuickTask()
Declaration
cs-api-definition
public DataGridCellTextQuickTask()
Properties
Role
The role of the quick task. This will determine which menu this task will show up under
Declaration
cs-api-definition
public QuickTaskRole Role { get; }
Property Value
Implements
Methods
GetDisplayText()
Gets the task display text
GetTask()
Gets the automation descriptor
Declaration
cs-api-definition
public AutomationDescriptor GetTask()
Returns
The automation descriptor.
Implements
Initialize(ITargetElement)
Initialize the quick task to the current element
Declaration
cs-api-definition
public bool Initialize(ITargetElement currentElement)
Parameters
currentElement
The current element to build the quick task for
Returns
True/False whether a quick task for this element should be included.
Implements