In This Topic
Gets or sets whether automatic overflow is used.
Syntax
'Declaration
Public Property AutoOverFlow As Boolean
'Usage
Dim instance As BinOption
Dim value As Boolean
instance.AutoOverFlow = value
value = instance.AutoOverFlow
public bool AutoOverFlow {get; set;}
See Also