ButtonBarBase.ButtonOffsets Property | ||
| Description: | Gets or sets an array of additional offsets, in pixels, between the buttons. The maximum size of the array is 21. | |
| Syntax: | [C#]
public int[] ButtonOffsets { get; set; }
[Visual Basic]
Public Property ButtonOffsets() As Integer()
| |
| See also: | Tool Bars, Graphical Overview. | |