Intersoft ClientUI Documentation
RequireOverflowInvalidate Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua Namespace > UXOverflowStackPanel Class : RequireOverflowInvalidate Property






Forces the overflow state to be invalidated in the next layout pass.

Syntax

Visual Basic (Declaration) 
Public Property RequireOverflowInvalidate As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXOverflowStackPanel
Dim value As Boolean
 
instance.RequireOverflowInvalidate = value
 
value = instance.RequireOverflowInvalidate
C# 
public bool RequireOverflowInvalidate {get; set;}
Delphi 
public read-write property RequireOverflowInvalidate: Boolean; 
JScript 
public function get,set RequireOverflowInvalidate : boolean
Managed Extensions for C++ 
public: __property bool get_RequireOverflowInvalidate();
public: __property void set_RequireOverflowInvalidate( 
   bool value
);
C++/CLI 
public:
property bool RequireOverflowInvalidate {
   bool get();
   void set (    bool 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 All Rights Reserved.