XSalSeparator
Namespace: PPJ.Runtime.XSal
Assembly: PPJ.Runtime.XSal.49 (4.9.0.0)
- C#
- VB.NET
public class XSalSeparator : SalUserControl
Public Class XSalSeparator
Inherits SalUserControl
Constructors
XSalSeparator()
Default Constructor.
Properties
Horizontal
Boolean: Returns/Sets the orientation of the separator.
Style
SeparatorStyle: Returns/Sets the style of the separator.
Vertical
Boolean: Returns/Sets the orientation of the separator.
Methods
FromHandle(handle)
Returns the control associated with the handle.
| Parameter | Type | Description |
|---|---|---|
| handle | SalWindowHandle |
Returns: XSalSeparator.
Inherited By
| Name | Description |
|---|---|
| XSalSeparatorDoubleRaised | |
| XSalSeparatorEtched | |
| XSalSeparatorInvisible | |
| XSalSeparatorSingleRaised |
Implements
| Name | Description |
|---|---|
| ISalWindow |