This is a migrated thread and some comments may be shown as answers.

Minimized event or IsMinimized property?

2 Answers 86 Views
Window
This is a migrated thread and some comments may be shown as answers.
Trude
Top achievements
Rank 2
Trude asked on 22 Feb 2010, 08:11 AM
In my current project I would like to check whether a window is minimized (like the IsMaximized property). Is there an easy way? I can't find any suitable events or properties (currently I'm checking the SizeChanged event and if height is NaN I assume it's minimized, but it's not ideal since the event fires all the time when the user resizes)

2 Answers, 1 is accepted

Sort by
0
Accepted
Miroslav Nedyalkov
Telerik team
answered on 22 Feb 2010, 02:49 PM
Hi Jorn,

The WindowStateChanged event is fired when the state of the RadWindow control is changed between the Minimize, Maximize and Normal state.

Hope this helps.

Greetings,
Miroslav Nedyalkov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Trude
Top achievements
Rank 2
answered on 23 Feb 2010, 09:31 AM
Thank you - I was able to find a solution using the WindowState property
Tags
Window
Asked by
Trude
Top achievements
Rank 2
Answers by
Miroslav Nedyalkov
Telerik team
Trude
Top achievements
Rank 2
Share this question
or