Quantcast
Channel: Windows Forms General forum
Viewing all articles
Browse latest Browse all 12583

How to hide the right-click of FolderBrowserDialog control

$
0
0

Hi Guys,

I meet a questions that I need hide the right click information, please see as below picture:

1.I create a FolderBrowerDialog application

            FolderBrowserDialog folder = new FolderBrowserDialog();
            folder.Description = "This is just a test application";
            folder.RootFolder = Environment.SpecialFolder.MyComputer;
            folder.ShowDialog();


As you can see above picture, when you right click the "computer", it's will display the red box.....

Now, I'm asking the questions is that how we can hide the red box information??In others word, we need disable the right click function...

thank you very much....


Viewing all articles
Browse latest Browse all 12583

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>