Class CalendarPrevNextActionDescriptor
Inheritance
System.Object
CalendarPrevNextActionDescriptor
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 CalendarPrevNextActionDescriptor : XamlActionDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings
Constructors
CalendarPrevNextActionDescriptor()
Declaration
public CalendarPrevNextActionDescriptor()
CalendarPrevNextActionDescriptor(FrameworkElement, CalendarDirection)
Declaration
public CalendarPrevNextActionDescriptor(FrameworkElement calendar, CalendarDirection direction)
Parameters
FrameworkElement
calendar
|
CalendarDirection
direction
|
Properties
Direction
Declaration
[PrimaryProperty]
public CalendarDirection Direction { get; set; }
Property Value
CalendarDirection
|
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.String
|
Overrides
SimulateRealUser
Declaration
public override bool SimulateRealUser { get; set; }
Property Value
System.Boolean
|
Overrides
Methods
Execute(IApplication)
Declaration
public override void Execute(IApplication hostApp)
Parameters
IApplication
hostApp
|