ClassTabControlSelectTabActionDescriptor
Class
Definition
Namespace:ArtOfTest.WebAii.Design.IntrinsicTranslators.Silverlight.Descriptors
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
[DataContract(Namespace = "http://artoftest.com/schemas/WebAiiDesignCanvas/2.0.0")]
public class TabControlSelectTabActionDescriptor : XamlActionDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings
Inheritance: objectDataBoundObjectAutomationDescriptorActionDescriptorXamlActionDescriptorTabControlSelectTabActionDescriptor
Implements:
Inherited Members
Constructors
TabControlSelectTabActionDescriptor(FrameworkElement, IFrameworkElement, int)
Declaration
cs-api-definition
public TabControlSelectTabActionDescriptor(FrameworkElement targetItem, IFrameworkElement tabControl, int tabIndex)
Parameters
targetItem
tabControl
tabIndex
Properties
FriendlyDescription
Get a friendly description of this descriptor to show in the scenario explorer.
Declaration
cs-api-definition
public override string FriendlyDescription { get; }
Property Value
Overrides
SelectedIndex
Declaration
cs-api-definition
[DataDriven]
[DataMember(Name = "SelectedIndex")]
public int SelectedIndex { get; set; }
Property Value
Methods
Execute(IApplication)
Declaration
cs-api-definition
public override void Execute(IApplication hostApp)
Parameters
hostApp
Overrides
ToCode()
This method is called when the user requests code generation. The framework initializes the TestMethod property of this object with a new instance that this method simply needs to add its custom codegen to it.
Declaration
cs-api-definition
public override void ToCode()
Overrides