Intersoft ClientUI Documentation
WindowCanResize Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > IWindowHost Interface : WindowCanResize Property






Gets or sets a value indicating whether the window can be resized.

Syntax

Visual Basic (Declaration) 
Property WindowCanResize As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IWindowHost
Dim value As Boolean
 
instance.WindowCanResize = value
 
value = instance.WindowCanResize
C# 
bool WindowCanResize {get; set;}
Delphi 
read-write property WindowCanResize: Boolean; 
JScript 
function get,set WindowCanResize : boolean
Managed Extensions for C++ 
__property bool get_WindowCanResize();
__property void set_WindowCanResize( 
   bool value
);
C++/CLI 
property bool WindowCanResize {
   bool get();
   void set (    bool value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.