combit List & Label 30 - .NET Help
combit.Reporting Namespace / LlCore Class / LlAddCtlSupport Method

Window handle of the window in question

Different options

Name of a valid registry key. Empty for application specific default



LlAddCtlSupport Method

Allows you to use combit dialog styles in your own application.

Syntax
'Declaration
 
Public Shared Sub LlAddCtlSupport( _
   ByVal windowHandle As IntPtr, _
   ByVal flags As LlCtlOption, _
   ByVal iniFile As String _
) 
 

Parameters

windowHandle

Window handle of the window in question

flags

Different options

iniFile

Name of a valid registry key. Empty for application specific default

Remarks

Enables e.g. the server application to be provided with other (combit) dialog styles.

Requirements

Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

See Also