This document is archived and information here might be outdated. Recommended version. |
Indicates if the Konrady adjustment to be applied.
[Visual Basic .NET]
Public Property EnableKonrady As Boolean
[C#]
public bool EnableKonrady {get; set;}
[C++]
HRESULT get_EnableKonrady(
Boolean* pK
);
[C++]
HRESULT put_EnableKonrady(
VARIANT_BOOL pK
);
[C++] Parameters pK [out, retval]
pK is a parameter of type bool* pK [in]
pK is a parameter of type bool