Intersoft WebInput Documentation
DateTimeEditorHighLightMonthYearStyle Property
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > WebInputStyleSettings Class : DateTimeEditorHighLightMonthYearStyle Property






Glossary Item Box

Gets or sets the hightlighted month year section style of calculator editor window.

Syntax

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

Property Value

A WebStyle that contains the style for the highlighted month year 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

© 2013 Intersoft Solutions Corp. All Rights Reserved.