Intersoft ClientUI Documentation
AllowOverflow Property (UXToolGroup)



Determines whether the items in this toolgroup can overflow when the screen space is not sufficient to display them.
Syntax
<CategoryAttribute("Layout")>
Public Property AllowOverflow As Boolean
Dim instance As UXToolGroup
Dim value As Boolean
 
instance.AllowOverflow = value
 
value = instance.AllowOverflow
[CategoryAttribute("Layout")]
public bool AllowOverflow {get; set;}
[CategoryAttribute("Layout")]
public:
property bool AllowOverflow {
   bool get();
   void set (    bool value);
}
Remarks

One of the advantages of using UXToolGroup in UXToolBar is that you can exclude the items in a particular tool group from the overflow layout pass. To achieve this, you set the AllowOverflow property of that particular tool group to false.

For more information about UXToolGroup and its features, see UXToolGroup Overview
For more information about UXToolBar and its features, see UXToolBar Overview.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXToolGroup Class
UXToolGroup Members

Send Feedback