Intersoft ClientUI Documentation
BackgroundBehavior Enumeration
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDock Namespace : BackgroundBehavior Enumeration






Specifes value that controls the background behavior of UXDock.

Syntax

Visual Basic (Declaration) 
Public Enum BackgroundBehavior 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As BackgroundBehavior
C# 
public enum BackgroundBehavior : System.Enum 
Delphi 
public enum BackgroundBehavior = class(System.Enum)
JScript 
public enum BackgroundBehavior extends System.Enum
Managed Extensions for C++ 
__value public enum BackgroundBehavior : public System.Enum 
C++/CLI 
public enum class BackgroundBehavior : public System.Enum 

Members

MemberDescription
FixFix, the width of the background remaind the same.
FluidFluid, the width of the background changed based on the zoom effect.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Aqua.UXDock.BackgroundBehavior

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.