In This Topic
Indicate the bin option has custom bin type.
Syntax
'Declaration
Public IsCustomBinType As Boolean
'Usage
Dim instance As BinOption
Dim value As Boolean
value = instance.IsCustomBinType
instance.IsCustomBinType = value
public bool IsCustomBinType
See Also