Indicates whether an event can be resized.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute("Indicates whether an event can be resized.")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Data Editing")>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property AllowResize As WebSchedulerAllowMode |
C# | |
---|
[System.ComponentModel.DescriptionAttribute("Indicates whether an event can be resized.")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Data Editing")]
[ISNet.Serialization.XmlSerializableAttribute()]
public WebSchedulerAllowMode AllowResize {get; set;} |
JScript | |
---|
System.ComponentModel.DescriptionAttribute("Indicates whether an event can be resized.")
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.CategoryAttribute("Data Editing")
ISNet.Serialization.XmlSerializableAttribute()
public function get,set AllowResize : WebSchedulerAllowMode |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute("Indicates whether an event can be resized.")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Data Editing")]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property WebSchedulerAllowMode get_AllowResize();
public: __property void set_AllowResize(
WebSchedulerAllowMode value
); |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute("Indicates whether an event can be resized.")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Data Editing")]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property WebSchedulerAllowMode AllowResize {
WebSchedulerAllowMode get();
void set ( WebSchedulerAllowMode value);
} |
Property Value
The default value is No.
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