Method AddSpacer
AddSpacer(int?)
Adds an empty space for spacing groups of tools.
public int AddSpacer(int? pixels = null)
Parameters
pixelsint?Width of an empty space.
Returns
Remarks
If pixels is not specified,
DefaultSpacerWidth is used as a spacer width.