Skip to main content

XSalSeparatorInvisible

Namespace: PPJ.Runtime.XSal

Assembly: PPJ.Runtime.XSal.50 (5.0.0.0)

Provides an XSal divider initialized as an unpainted spacer.

public class XSalSeparatorInvisible : XSalSeparator

The inherited orientation is vertical. Add the control to a parent before changing its orientation.

Example:

void AddDivider(System.Windows.Forms.Control parent)
{
var divider = new PPJ.Runtime.XSal.XSalSeparatorInvisible();
parent.Controls.Add(divider);
divider.Horizontal = true;
}

Constructors

Instance member XSalSeparatorInvisible()

Initializes a divider with the Invisible drawing style.

Implements

NameDescription
ISalWindow