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






obj

Syntax

Visual Basic (Declaration) 
Public Shared Function GetOverflowPriority( _
   ByVal obj As DependencyObject _
) As Integer
Visual Basic (Usage)Copy Code
Dim obj As DependencyObject
Dim value As Integer
 
value = UXOverflowStackPanel.GetOverflowPriority(obj)
C# 
public static int GetOverflowPriority( 
   DependencyObject obj
)
Delphi 
public function GetOverflowPriority( 
    obj: DependencyObject
): Integer; static; 
JScript 
public static function GetOverflowPriority( 
   obj : DependencyObject
) : int;
Managed Extensions for C++ 
public: static int GetOverflowPriority( 
   DependencyObject* obj
) 
C++/CLI 
public:
static int GetOverflowPriority( 
   DependencyObject^ obj
) 

Parameters

obj

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.