Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Full screen or not?

1 REPLY 1
Reply
Message 1 of 2
GeorgK
509 Views, 1 Reply

Full screen or not?

Hello together,

 

how could I get the state of the window? Is it full sreen or not? I can change it with:

 

Dim oControlDef11 As ControlDefinition
        oControlDef11 = m_invApp.CommandManager.ControlDefinitions.Item("AppCleanScreenCmd")
        oControlDef11.Execute()

 

 

Thank you very much Georg

1 REPLY 1
Message 2 of 2
Vladimir.Ananyev
in reply to: GeorgK

Please refer the properties of View object.

May be property View.WindowState() As WindowsSizeEnum can be useful for you
(kMaximize / kMinimize / kNormalWindow)

 


Vladimir Ananyev
Developer Technical Services
Autodesk Developer Network

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report