TLLInterface Constructor (Boolean) |
Empty constructor for COM applications.
Namespace:
TreeksLicensingLibrary2.EasyIntegration
Assembly:
TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax public TLLInterface(
bool MakeAppDPIAware = false
)
Public Sub New (
Optional MakeAppDPIAware As Boolean = false
)
public:
TLLInterface(
bool MakeAppDPIAware = false
)
new :
?MakeAppDPIAware : bool
(* Defaults:
let _MakeAppDPIAware = defaultArg MakeAppDPIAware false
*)
-> TLLInterface
Parameters
- MakeAppDPIAware (Optional)
- Type: SystemBoolean
TLL app can automatically make your app DPI aware to smoothen edges fonts and other design elements. Set to true in case of GUI issues. This affects both TLL and your app windows.
Remarks Call ComInitializeBytes or ComInitializeObj methods in COM apps.
See Also