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.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DescriptionAttribute("Gets or sets the dropdown month frame section style of datetime editor window.")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property DropDownMonthFrameStyle As ISNet.WebUI.WebStyle |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DateTimeEditor
Dim value As ISNet.WebUI.WebStyle
instance.DropDownMonthFrameStyle = value
value = instance.DropDownMonthFrameStyle |
C# | |
---|
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the dropdown month frame section style of datetime editor window.")]
[System.ComponentModel.DefaultValueAttribute()]
public ISNet.WebUI.WebStyle DropDownMonthFrameStyle {get; set;} |
Delphi | |
---|
public read-write property DropDownMonthFrameStyle: 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.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DescriptionAttribute("Gets or sets the dropdown month frame section style of datetime editor window.")
System.ComponentModel.DefaultValueAttribute()
public function get,set DropDownMonthFrameStyle : 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.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the dropdown month frame section style of datetime editor window.")]
[System.ComponentModel.DefaultValueAttribute()]
public: __property ISNet.WebUI.WebStyle* get_DropDownMonthFrameStyle();
public: __property void set_DropDownMonthFrameStyle(
ISNet.WebUI.WebStyle* value
); |
C++/CLI | |
---|
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the dropdown month frame section style of datetime editor window.")]
[System.ComponentModel.DefaultValueAttribute()]
public:
property ISNet.WebUI.WebStyle^ DropDownMonthFrameStyle {
ISNet.WebUI.WebStyle^ get();
void set ( ISNet.WebUI.WebStyle^ 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