Gets
'Declaration Public ReadOnly Property IsLightPenField As Boolean
'Declaration
Public ReadOnly Property IsLightPenField As Boolean
'Usage Dim instance As HostField Dim value As Boolean value = instance.IsLightPenField
'Usage
Dim instance As HostField Dim value As Boolean value = instance.IsLightPenField
public bool IsLightPenField {get;}
HostField host; bool lightPenfield = host.IsLightPenField;
HostField Class HostField Members