Intersoft WebGrid Documentation
FocusCellStyle Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > LayoutSet Class : FocusCellStyle Property






Gets or sets the style used when a row or cell is focused/selected.

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<DescriptionAttribute("Gets or sets the style used when a row or cell is focused/selected")>
<DefaultValueAttribute()>
Public Property FocusCellStyle As FocusStyle
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As FocusStyle
 
instance.FocusCellStyle = value
 
value = instance.FocusCellStyle
C# 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DescriptionAttribute("Gets or sets the style used when a row or cell is focused/selected")]
[DefaultValueAttribute()]
public FocusStyle FocusCellStyle {get; set;}
Delphi 
public read-write property FocusCellStyle: FocusStyle; 
JScript 
PersistenceModeAttribute(PersistenceMode.InnerProperty)
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
DescriptionAttribute("Gets or sets the style used when a row or cell is focused/selected")
DefaultValueAttribute()
public function get,set FocusCellStyle : FocusStyle
Managed Extensions for C++ 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DescriptionAttribute("Gets or sets the style used when a row or cell is focused/selected")]
[DefaultValueAttribute()]
public: __property FocusStyle* get_FocusCellStyle();
public: __property void set_FocusCellStyle( 
   FocusStyle* value
);
C++/CLI 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DescriptionAttribute("Gets or sets the style used when a row or cell is focused/selected")]
[DefaultValueAttribute()]
public:
property FocusStyle^ FocusCellStyle {
   FocusStyle^ get();
   void set (    FocusStyle^ 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.