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






Gets or sets the style applied to the cell object. Gets or sets the style applied to the cell object.

Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Gets or sets the style applied to the cell object.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<DefaultValueAttribute()>
Public Property Style As ISNet.WebUI.WebStyle
Visual Basic (Usage)Copy Code
Dim instance As WebComboCell
Dim value As ISNet.WebUI.WebStyle
 
instance.Style = value
 
value = instance.Style
C# 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the style applied to the cell object.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DefaultValueAttribute()]
public ISNet.WebUI.WebStyle Style {get; set;}
Delphi 
public read-write property Style: ISNet.WebUI.WebStyle; 
JScript 
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
NotifyParentPropertyAttribute()
DescriptionAttribute("Gets or sets the style applied to the cell object.")
ISNet.Serialization.BinarySerializableAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
DefaultValueAttribute()
public function get,set Style : ISNet.WebUI.WebStyle
Managed Extensions for C++ 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the style applied to the cell object.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DefaultValueAttribute()]
public: __property ISNet.WebUI.WebStyle* get_Style();
public: __property void set_Style( 
   ISNet.WebUI.WebStyle* value
);
C++/CLI 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the style applied to the cell object.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DefaultValueAttribute()]
public:
property ISNet.WebUI.WebStyle^ Style {
   ISNet.WebUI.WebStyle^ get();
   void set (    ISNet.WebUI.WebStyle^ 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.