| Visual Basic (Declaration) | |
|---|---|
Public Enum SplitBoxPolicy Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum SplitBoxPolicy : Enum | |
| Member | Description |
|---|---|
| Always | Displays the split box all the time |
| Never | Does not display the split box |
| AsNeeded | Displays the split box only when needed |
| C# | Copy Code |
|---|---|
FarPoint.Win.Spread.FpSpread fpSpread1 = new FarPoint.Win.Spread.FpSpread(); | |
| Visual Basic | Copy Code |
|---|---|
Dim fpSpread1 As New FarPoint.Win.Spread.FpSpread() | |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.SplitBoxPolicy