Class ToggleItemActionDescriptor
Inheritance
System.Object
ToggleItemActionDescriptor
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.Xaml.Common.TreeView
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ToggleItemActionDescriptor : XamlActionDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings
Constructors
ToggleItemActionDescriptor()
Declaration
public ToggleItemActionDescriptor()
ToggleItemActionDescriptor(IFrameworkElement, String, ExpandCollapseActionType)
Declaration
public ToggleItemActionDescriptor(IFrameworkElement element, string itemText, ExpandCollapseActionType actionType)
Parameters
IFrameworkElement
element
|
System.String
itemText
|
ExpandCollapseActionType
actionType
|
Properties
ActionType
Declaration
[PrimaryProperty]
public ExpandCollapseActionType ActionType { get; set; }
Property Value
ExpandCollapseActionType
|
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.String
|
Overrides
ItemText
Declaration
public string ItemText { get; set; }
Property Value
System.String
|
Methods
Execute(IApplication)
Declaration
public override void Execute(IApplication hostApp)
Parameters
IApplication
hostApp
|