How to apply the shadow effects for MessageBoxAdv?
9 Dec 2019 / 1 minute to read
In MessageBoxAdv, you can enable/disable the shadow effect by using the DropShadow property. Refer to the following code examples.
//To set the shadow effect
MessageBoxAdv.DropShadow = true;
'To set the shadow effect
MessageBoxAdv.DropShadow = True
NOTE
The default value of the DropShadow property is false. So, it is needed to enable the property to achieve the shadow effect.
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page