Specifies whether or not SplitView should be enabled initially.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.CategoryAttribute("General")>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.DescriptionAttribute("Specifies whether or not SplitView should be enabled initially")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public Property EnableSplitViewInitially As System.Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebScheduler
Dim value As System.Boolean
instance.EnableSplitViewInitially = value
value = instance.EnableSplitViewInitially |
C# | |
---|
[System.ComponentModel.CategoryAttribute("General")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies whether or not SplitView should be enabled initially")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public System.bool EnableSplitViewInitially {get; set;} |
Delphi | |
---|
public read-write property EnableSplitViewInitially: System.Boolean; |
JScript | |
---|
System.ComponentModel.CategoryAttribute("General")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.DescriptionAttribute("Specifies whether or not SplitView should be enabled initially")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
public function get,set EnableSplitViewInitially : System.boolean |
Managed Extensions for C++ | |
---|
[System.ComponentModel.CategoryAttribute("General")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies whether or not SplitView should be enabled initially")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public: __property System.bool get_EnableSplitViewInitially();
public: __property void set_EnableSplitViewInitially(
System.bool value
); |
C++/CLI | |
---|
[System.ComponentModel.CategoryAttribute("General")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies whether or not SplitView should be enabled initially")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public:
property System.bool EnableSplitViewInitially {
System.bool get();
void set ( System.bool value);
} |
Property Value
The default value is False.
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