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

Maximized window

1 Answer 61 Views
Window
This is a migrated thread and some comments may be shown as answers.
Mike_T
Top achievements
Rank 1
Mike_T asked on 08 Sep 2010, 09:25 AM
Hey Guys,

I'm opening a RAD Window from code, is it possible to open the window in the maximized state?

1 Answer, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 08 Sep 2010, 10:15 AM
Hello,


Yes, set the InitialBehavior of the Window to Maximize as shown below.

Code:

Window1.InitialBehavior = WindowBehaviors.Maximize;


-Shinu.
Tags
Window
Asked by
Mike_T
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or