SalGroupSeparator
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.50 (5.0.0.0)
Provides an invisible, nonselectable marker for translated control groups.
- C#
- VB.NET
public class SalGroupSeparator : Control
Public Class SalGroupSeparator
Inherits Control
Example:
var separator = new PPJ.Runtime.Windows.SalGroupSeparator();
separator.Name = "GroupBoundary";
Constructors
SalGroupSeparator()
Initializes a hidden group marker excluded from keyboard selection.