Skip to main content

XSalSeparatorEtched

Namespace: PPJ.Runtime.XSal

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

Provides an XSal divider initialized as an etched line.

public class XSalSeparatorEtched : 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.XSalSeparatorEtched();
parent.Controls.Add(divider);
divider.Horizontal = true;
}

Constructors

Instance member XSalSeparatorEtched()

Initializes a divider with the Etched drawing style.

Implements

NameDescription
ISalWindow