
Gets or sets an array of boolean values specifying whether or not a separator is drawn between two buttons. The maximum size of the array is 22.
[C#]
public bool[] ButtonSeparators { get; set; }
[Visual Basic]
Public Property ButtonSeparators() As Boolean()