Class ComboBoxOpenDropDownActionDescriptor
Inheritance
System.Object
ComboBoxOpenDropDownActionDescriptor
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 ComboBoxOpenDropDownActionDescriptor : XamlActionDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings
Constructors
ComboBoxOpenDropDownActionDescriptor()
Declaration
public ComboBoxOpenDropDownActionDescriptor()
ComboBoxOpenDropDownActionDescriptor(FrameworkElement)
Declaration
public ComboBoxOpenDropDownActionDescriptor(FrameworkElement element)
Parameters
FrameworkElement
element
|
Properties
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.String
|
Overrides
Methods
Execute(IApplication)
Declaration
public override void Execute(IApplication hostApp)
Parameters
IApplication
hostApp
|