[Description("A collection of buttons which are contained within the control.")]
[Category("Appearance")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Editor("Xceed.Editors.Design.WinButtonCollectionEditor", System.Drawing.Design.UITypeEditor)]
public WinButtonCollection SideButtons {get; set;}
The WinButton controls contained within the WinButtonContainerControl can only be docked to the left or right of the container. By default, they will be docked to the right.
If the WinButton control is part of the SideButtons collection of a WinTextBox (or derived) control, and is assigned as the WinTextBox control's DropDownButton, the default value of the AutoSizeMode property will be AutoSizeMode.ScrollBarWidth.
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