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