Intersoft.Client.UI.Aqua Namespace > UXToolGroup Class : AllowOverflow Property |
<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); }
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.
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