Detect from COM Addin if Word is full screen

T

tartancli

Hi,

I would like to know if there is any way to determine from a COM Add-in if
the Word application (running the add-in) is in full screen mode? Any
suggestions would be much appreciated.

Thanks in advance.
 
T

tartancli

Actually, really what i mean here is if the Word application (running the
add-in) is maximized
 
K

Ken Slovak - [MVP - Outlook]

If oWord.ActiveWindow.WindowState = wdWindowStateMaximize Then
'window is maximized
End If
 

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

Top