XSalSeparatorInvisible
Namespace: PPJ.Runtime.XSal
Assembly: PPJ.Runtime.XSal.50 (5.0.0.0)
Provides an XSal divider initialized as an unpainted spacer.
- C#
- VB.NET
public class XSalSeparatorInvisible : XSalSeparator
Public Class XSalSeparatorInvisible
Inherits 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
XSalSeparatorInvisible()
Initializes a divider with the Invisible drawing style.
Implements
| Name | Description |
|---|---|
| ISalWindow |