Intersoft ClientUI Documentation
FillChildMode Property (UXToolBar)



Specifies the fill mode of the DockPanel used in the toolbar.
Syntax
<CategoryAttribute("Layout")>
Public Property FillChildMode As DockFillMode
Dim instance As UXToolBar
Dim value As DockFillMode
 
instance.FillChildMode = value
 
value = instance.FillChildMode
[CategoryAttribute("Layout")]
public DockFillMode FillChildMode {get; set;}
[CategoryAttribute("Layout")]
public:
property DockFillMode FillChildMode {
   DockFillMode get();
   void set (    DockFillMode value);
}
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

UXToolBar Class
UXToolBar Members

Send Feedback