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






Syntax

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