combit List & Label 29 - .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



In This Topic
    LlAddCtlSupport Method
    In This Topic

    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 _
    ) 
    public static void LlAddCtlSupport( 
       IntPtr windowHandle,
       LlCtlOption flags,
       string iniFile
    )
    public:
    static void LlAddCtlSupport( 
       IntPtr windowHandle,
       LlCtlOption flags,
       String^ iniFile
    ) 

    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 7, .NET 8

    See Also