InfoConnect for Airlines
IsDefaultDisplay Property (HostField)
Example 


Gets a value indicating whether the data cell is displayed with default attributes.
Syntax
'Declaration
 
Public ReadOnly Property IsDefaultDisplay As Boolean
'Usage
 
Dim instance As HostField
Dim value As Boolean
 
value = instance.IsDefaultDisplay
public bool IsDefaultDisplay {get;}
Example
HostField host;
bool display = host.IsDefaultDisplay;
See Also