Intersoft WebGrid Documentation
OverflowY Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridFormatStyle Class : OverflowY Property






Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
Public Overrides Property OverflowY As ISNet.WebUI.Overflow
Visual Basic (Usage)Copy Code
Dim instance As WebGridFormatStyle
Dim value As ISNet.WebUI.Overflow
 
instance.OverflowY = value
 
value = instance.OverflowY
C# 
[DefaultValueAttribute()]
public override ISNet.WebUI.Overflow OverflowY {get; set;}
Delphi 
public read-write property OverflowY: ISNet.WebUI.Overflow; override; 
JScript 
DefaultValueAttribute()
public override function get,set OverflowY : ISNet.WebUI.Overflow
Managed Extensions for C++ 
[DefaultValueAttribute()]
public: __property ISNet.WebUI.Overflow get_OverflowY() override;
public: __property void set_OverflowY( 
   ISNet.WebUI.Overflow value
) override;
C++/CLI 
[DefaultValueAttribute()]
public:
property ISNet.WebUI.Overflow OverflowY {
   ISNet.WebUI.Overflow get() override;
   void set (    ISNet.WebUI.Overflow value) override;
}

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.