Class TabItemTranslator
Inheritance
System.Object
TabItemTranslator
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.IntrinsicTranslators.Silverlight
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class TabItemTranslator : XamlActionTranslatorBase, IControlLocator, IInterfaceInterrogator, IActionTranslator, IActionProvider
Constructors
TabItemTranslator()
Declaration
public TabItemTranslator()
Properties
ControlType
Declaration
public override Type ControlType { get; }
Property Value
System.Type
|
Overrides
IdentifyAsContainer
Declaration
public override bool IdentifyAsContainer { get; }
Property Value
System.Boolean
|
Overrides
IdentifyIcon
Declaration
public override Image IdentifyIcon { get; }
Property Value
System.Drawing.Image
|
Overrides
Locators
Declaration
public override IFindExpression[] Locators { get; }
Property Value
IFindExpression[]
|
Overrides
Name
Declaration
public override string Name { get; }
Property Value
System.String
|
Overrides
Methods
TranslateCommand(FrameworkElement, XamlCapturedCommand, out ActionDescriptor)
Declaration
public override bool TranslateCommand(FrameworkElement translatorLocatorElement, XamlCapturedCommand command, out ActionDescriptor recordedDescriptor)
Parameters
FrameworkElement
translatorLocatorElement
|
XamlCapturedCommand
command
|
ActionDescriptor
recordedDescriptor
|
Returns
System.Boolean
|