IsRightAdjustZeroFillField Property (HostField)
Gets
a value indicating whether the field is a right-adjust, zero-fill field.
public bool IsRightAdjustZeroFillField {get;}
'Declaration
Public ReadOnly Property IsRightAdjustZeroFillField As Boolean
'Usage
Dim instance As HostField
Dim value As Boolean
value = instance.IsRightAdjustZeroFillField
HostField host;
bool rightAdjustFillField = host.IsRightAdjustZeroFillField;