---
title: "ladybirdjohnson@rediffmail.com"  
description: "ladybirdjohnson@rediffmail.com"  
author: "Kate Smith"  
published: 2013-07-18  
updated: 2013-07-18  
canonical: https://www.mindstick.com/forum/1311/ladybirdjohnson-rediffmail-com  
category: "wpf"  
tags: ["wpf"]  
reading_time: 1 minute  

---

# ladybirdjohnson@rediffmail.com

HI Experts!

[Right now](https://answers.mindstick.com/qa/36863/what-would-happen-if-gravity-became-5-percent-stronger-right-now) if I [click Button](https://www.mindstick.com/forum/34274/how-to-pass-combobox-value-from-windows-form-edirrow-to-windows-form-form1-where-click-button) A, Button B [shows](https://yourviews.mindstick.com/view/81380/new-york-violent-shooting-shows-people-are-not-safe-in-night-life) a [DropShadow](https://www.mindstick.com/forum/1314/dropshadow-for-wpf-borderless-window) [effect](https://yourviews.mindstick.com/view/81363/coronavirus-effect-on-american-farms-is-severe):

[Private](https://www.mindstick.com/blog/11097/java-access-modifiers-the-public-and-the-private-modifiers) Sub ButtonA_Click(ByVal sender As System.Object, ByVal e As System.Windows.RoutedEventArgs) Handles ButtonA.Click

Dim objDropShadow As New DropShadowEffect

objDropShadow.ShadowDepth = 0

objDropShadow.BlurRadius = 30

objDropShadow.Color = Colors.GreenYellow

Me.ButtonB.Effect = objDropShadow

End Sub

If I clicked Button C how would I [remove](https://yourviews.mindstick.com/story/4554/8-harmful-weeds-to-remove-from-garden) the DropShadow effect from Button B ?

## Replies

### Reply by shreesh chandra shukla

Solution!

You can Try it below code:-

Me.ButtonB.Effect = null


---

Original Source: https://www.mindstick.com/forum/1311/ladybirdjohnson-rediffmail-com

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
