16. Managing and Deploying Applications : mClient Deployment : Differences Between Desktop and Pocket PC : OK and Smart Minimize Button
 
Share this page                  
OK and Smart Minimize Button
The Smart Minimize (X) button does not close the application but minimizes it by putting it behind the desktop/today window. The OK button closes the frame. Which button appears on the navigation bar is decided by the IsTitled, IsClosable, and IsMinimizable attributes of the FrameSource class.
Is Titled
Is Closable
Is Minimizable
Navigation Bar Button
True
Nothing
False
True
OK Button
False
False
True
MinimizeButton
False
False
False
Nothing