Gets or sets the other month day section style of calculator editor window.
Syntax
Visual Basic (Declaration) | |
---|
<ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)>
<System.ComponentModel.DescriptionAttribute("Gets or sets the other month day section style of calculator editor window.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public ReadOnly Property DateTimeEditorOtherMonthDayStyle As ISNet.WebUI.WebStyle |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebInputStyleSettings
Dim value As ISNet.WebUI.WebStyle
value = instance.DateTimeEditorOtherMonthDayStyle |
C# | |
---|
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the other month day section style of calculator editor window.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public ISNet.WebUI.WebStyle DateTimeEditorOtherMonthDayStyle {get;} |
Delphi | |
---|
public read-only property DateTimeEditorOtherMonthDayStyle: ISNet.WebUI.WebStyle; |
JScript | |
---|
ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)
System.ComponentModel.DescriptionAttribute("Gets or sets the other month day section style of calculator editor window.")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
System.ComponentModel.NotifyParentPropertyAttribute()
public function get DateTimeEditorOtherMonthDayStyle : ISNet.WebUI.WebStyle |
Managed Extensions for C++ | |
---|
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the other month day section style of calculator editor window.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public: __property ISNet.WebUI.WebStyle* get_DateTimeEditorOtherMonthDayStyle(); |
C++/CLI | |
---|
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the other month day section style of calculator editor window.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public:
property ISNet.WebUI.WebStyle^ DateTimeEditorOtherMonthDayStyle {
ISNet.WebUI.WebStyle^ get();
} |
Property Value
A
WebStyle that contains the style for the other month day section style of calculator editor window.
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