Skip to content

Transparency Property

Description

Gets/Sets the level of transparency used when displaying the popup control. Range: 0 - 255.

Property Type

Read-write property.

Syntax (Visual Basic)

Public Property Transparency() As Long

Example

The following sample code illustrates how to change the transparency of your popup control to around 50% transparency:

PopupControl.Transparency = 130

See Also


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