Intersoft WebCombo Documentation
AllowDefaultStyleMerging Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > LayoutSet Class : AllowDefaultStyleMerging Property






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<DescriptionAttribute("Specifies whether the default styles should be merged with user defined styles.")>
<NotifyParentPropertyAttribute(True)>
Public Property AllowDefaultStyleMerging As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Boolean
 
instance.AllowDefaultStyleMerging = value
 
value = instance.AllowDefaultStyleMerging
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Specifies whether the default styles should be merged with user defined styles.")]
[NotifyParentPropertyAttribute(true)]
public bool AllowDefaultStyleMerging {get; set;}
Delphi 
public read-write property AllowDefaultStyleMerging: Boolean; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute()
DescriptionAttribute("Specifies whether the default styles should be merged with user defined styles.")
NotifyParentPropertyAttribute()
public function get,set AllowDefaultStyleMerging : boolean
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Specifies whether the default styles should be merged with user defined styles.")]
[NotifyParentPropertyAttribute(true)]
public: __property bool get_AllowDefaultStyleMerging();
public: __property void set_AllowDefaultStyleMerging( 
   bool value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Specifies whether the default styles should be merged with user defined styles.")]
[NotifyParentPropertyAttribute(true)]
public:
property bool AllowDefaultStyleMerging {
   bool get();
   void set (    bool value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.