Gets or sets the default image used for previous image in Calendar.
Gets or sets the default image used for previous image in Calendar.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("Image Settings")>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.DescriptionAttribute("Gets or sets the default image used for previous image in Calendar.")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property PreviousCalendarArrow As System.String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerImagesSettings
Dim value As System.String
instance.PreviousCalendarArrow = value
value = instance.PreviousCalendarArrow |
C# | |
---|
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Image Settings")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets or sets the default image used for previous image in Calendar.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public System.string PreviousCalendarArrow {get; set;} |
Delphi | |
---|
public read-write property PreviousCalendarArrow: System.String; |
JScript | |
---|
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.CategoryAttribute("Image Settings")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.DescriptionAttribute("Gets or sets the default image used for previous image in Calendar.")
ISNet.Serialization.BinarySerializableAttribute()
public function get,set PreviousCalendarArrow : System.String |
Managed Extensions for C++ | |
---|
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Image Settings")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets or sets the default image used for previous image in Calendar.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property System.string* get_PreviousCalendarArrow();
public: __property void set_PreviousCalendarArrow(
System.string* value
); |
C++/CLI | |
---|
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Image Settings")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets or sets the default image used for previous image in Calendar.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property System.String^ PreviousCalendarArrow {
System.String^ get();
void set ( System.String^ value);
} |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also