Class TabControlSelectTabActionDescriptor
Inheritance
System.Object
TabControlSelectTabActionDescriptor
Inherited Members
AutomationDescriptor.InvokeMethod(CodeExpression, Boolean, String, CodeGenerationLanguage, Object[])
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.IntrinsicTranslators.Silverlight.Descriptors
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class TabControlSelectTabActionDescriptor : XamlActionDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings
Constructors
TabControlSelectTabActionDescriptor(FrameworkElement, IFrameworkElement, Int32)
Declaration
public TabControlSelectTabActionDescriptor(FrameworkElement targetItem, IFrameworkElement tabControl, int tabIndex)
Parameters
FrameworkElement
targetItem
|
IFrameworkElement
tabControl
|
System.Int32
tabIndex
|
Properties
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.String
|
Overrides
SelectedIndex
Declaration
[DataDriven]
public int SelectedIndex { get; set; }
Property Value
System.Int32
|
Methods
Execute(IApplication)
Declaration
public override void Execute(IApplication hostApp)
Parameters
IApplication
hostApp
|