Skip to content

EnableShadow Method

Syntax

Public Function EnableShadow( _
    ByVal [hWnd](#) As Integer, _
    ByVal [Color](#) As ULong, _
    ByVal [OuterSize](#) As Long, _
    ByVal [InnerSize](#) As Long, _
    Optional ByVal [xOffset](#) As Long = 0, _
    Optional ByVal [yOffset](#) As Long = 0, _
    Optional ByVal [Transparency](#) As Integer = 0 _
) As [FrameShadow](XtremeCommandBars~FrameShadow.md)

Parameters

  • hWnd: The handle to the window.
  • Color: The color of the shadow.
  • OuterSize: The size of the outer shadow.
  • InnerSize: The size of the inner shadow.
  • xOffset: The horizontal offset of the shadow (optional, default is 0).
  • yOffset: The vertical offset of the shadow (optional, default is 0).
  • Transparency: The transparency level of the shadow (optional, default is 0).

See Also


See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.