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






The central object that contain all the behaviors and styles for the whole WebCombo control. LayoutSettings is the central object that contain all the behaviors and styles for the whole WebCombo control.

Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<DescriptionAttribute("LayoutSettings is the central object that contain all the behaviors and styles for the whole WebCombo control.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<CategoryAttribute("Behavior")>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property LayoutSettings As LayoutSet
Visual Basic (Usage)Copy Code
Dim instance As WebCombo
Dim value As LayoutSet
 
instance.LayoutSettings = value
 
value = instance.LayoutSettings
C# 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("LayoutSettings is the central object that contain all the behaviors and styles for the whole WebCombo control.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[CategoryAttribute("Behavior")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public LayoutSet LayoutSettings {get; set;}
Delphi 
public read-write property LayoutSettings: LayoutSet; 
JScript 
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
NotifyParentPropertyAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
DescriptionAttribute("LayoutSettings is the central object that contain all the behaviors and styles for the whole WebCombo control.")
DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)
CategoryAttribute("Behavior")
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
public function get,set LayoutSettings : LayoutSet
Managed Extensions for C++ 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("LayoutSettings is the central object that contain all the behaviors and styles for the whole WebCombo control.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[CategoryAttribute("Behavior")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property LayoutSet* get_LayoutSettings();
public: __property void set_LayoutSettings( 
   LayoutSet* value
);
C++/CLI 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("LayoutSettings is the central object that contain all the behaviors and styles for the whole WebCombo control.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[CategoryAttribute("Behavior")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property LayoutSet^ LayoutSettings {
   LayoutSet^ get();
   void set (    LayoutSet^ value);
}

Remarks

All Intersoft's component provides a common, centralized object called LayoutSettings. It contains many features that allow you to fully customize each part of the control's look and feel directly at design-time, such as AllowAddItem, AllowTextWrapping, AlwaysShowColumnHeaders, and so on.

WebCombo.NET 4.0 offers some new features in LayoutSettings. They are RoundCorner, EnableAnimation and AllowFloatingText. The new features on WebCombo.NET v4.0 result in new and sleeker user interface. For more information and illustration on user interface, you can read New and Sleeker User Interface.

All Intersoft's component provides a common, centralized object called LayoutSettings. It contains many features that allow you to fully customize each part of the control's look and feel directly at design-time.

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.