Gets or sets a value indicating whether to use the box extended length.
Syntax
Visual Basic (Declaration) | |
---|
Public Property UseXLBox As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As JPxBox
Dim value As Boolean
instance.UseXLBox = value
value = instance.UseXLBox
|
C# | |
---|
public bool UseXLBox {get; set;} |
Return Value
true to use the box extended length; otherwise, false.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also