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.
- C#
- VB.NET
public class SalGroupSeparator : Control
Public Class SalGroupSeparator
Inherits Control
Example:
using PPJ.Runtime.Windows;
var separator = new SalGroupSeparator();
// Add the separator between groups in the containing control collection.
Constructors
SalGroupSeparator()
Initializes a radio-group separator.
Properties
DefaultSize
Size: Gets the separator's default size of 100 by 10 pixels.