InfoConnect for Airlines
IsRightAdjustBlankFillField Property (HostField)
Example 


Gets a value indicating whether the field is a right-adjust, blank-fill field.
Syntax
'Declaration
 
Public ReadOnly Property IsRightAdjustBlankFillField As Boolean
'Usage
 
Dim instance As HostField
Dim value As Boolean
 
value = instance.IsRightAdjustBlankFillField
public bool IsRightAdjustBlankFillField {get;}
Example
HostField host;
bool BlankField = host.IsRightAdjustBlankFillField;
See Also