LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

MaximumWidth Property (IWindowLevelView)







Gets or sets the Maximum window width.
Syntax
int MaximumWidth {get; set;}
'Declaration
 
Property MaximumWidth As Integer
'Usage
 
Dim instance As IWindowLevelView
Dim value As Integer
 
instance.MaximumWidth = value
 
value = instance.MaximumWidth
int MaximumWidth {get; set;}
get_MaximumWidth();
set_MaximumWidth(value);
__property int get_MaximumWidth();
__property void set_MaximumWidth( 
   int value
);
property int MaximumWidth {
   int get();
   void set (    int value);
}

Property Value

The maximum window width.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IWindowLevelView Interface
IWindowLevelView Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.