ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / IsThemeBackgroundPartiallyTransparent Method

In This Topic
    IsThemeBackgroundPartiallyTransparent Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function IsThemeBackgroundPartiallyTransparent( _
       ByVal hTheme As System.IntPtr, _
       ByVal part As System.Integer, _
       ByVal state As System.Integer _
    ) As System.Boolean
    public static System.bool IsThemeBackgroundPartiallyTransparent( 
       System.IntPtr hTheme,
       System.int part,
       System.int state
    )

    Parameters

    hTheme
    part
    state
    See Also