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






The style of the grid's scrollbar.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("The style of the grid's scrollbar.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public Property ScrollBarStyle As WebGridScrollBarStyle
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As WebGridScrollBarStyle
 
instance.ScrollBarStyle = value
 
value = instance.ScrollBarStyle
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("The style of the grid's scrollbar.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public WebGridScrollBarStyle ScrollBarStyle {get; set;}
Delphi 
public read-write property ScrollBarStyle: WebGridScrollBarStyle; 
JScript 
DefaultValueAttribute()
DescriptionAttribute("The style of the grid's scrollbar.")
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
PersistenceModeAttribute(PersistenceMode.InnerProperty)
public function get,set ScrollBarStyle : WebGridScrollBarStyle
Managed Extensions for C++ 
[DefaultValueAttribute()]
[DescriptionAttribute("The style of the grid's scrollbar.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public: __property WebGridScrollBarStyle* get_ScrollBarStyle();
public: __property void set_ScrollBarStyle( 
   WebGridScrollBarStyle* value
);
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("The style of the grid's scrollbar.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public:
property WebGridScrollBarStyle^ ScrollBarStyle {
   WebGridScrollBarStyle^ get();
   void set (    WebGridScrollBarStyle^ value);
}

Remarks

You can customize the scroll bar style, such as its arrow color, base color, face color, highlight color, light color, and so on.

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.