Skip to main content
Version: 2025

SalGroupSeparator

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Web.50 (5.0.0.0)

Marks a boundary between SAL radio-button groups without exposing interactive visual behavior.

public class SalGroupSeparator : Control

Example:

using PPJ.Runtime.Windows;

var separator = new SalGroupSeparator();
// Add the separator between groups in the containing control collection.

Constructors

Instance member SalGroupSeparator()

Initializes a radio-group separator.

Properties

Protected member DefaultSize

Size: Gets the separator's default size of 100 by 10 pixels.