MenuItem35.PerformClick()

S

S Shulman

Hi

I am using the following method "MenuItem.PerformClick" in order to open a
menu but it doesn't work
Any suggetions?

Shmuel Shulman
SBS Technologies LTD
 
P

Phill. W

S Shulman said:
I am using the following method "MenuItem.PerformClick" in order
to open a menu but it doesn't work

Is the Item in question Enabled?

PerformClick() is subject to the same restrictions as a user would
be - if the item is disabled, it can't be clicked!

HTH,
Phill W.
 
S

S Shulman

Phill,

It is enabled

Shmuel
Phill. W said:
Is the Item in question Enabled?

PerformClick() is subject to the same restrictions as a user would
be - if the item is disabled, it can't be clicked!

HTH,
Phill W.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

[email protected] 1
NumericUpDown Control 2
Menu Question 3
bitwise operations 1
String Methods 3
Status Bar 2
FontFamily.GetFamilies Method Question 1
Reporting Tool 2

Top