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

WindowWidth Property (WindowLevelInformationDialog)







Gets or sets the window width.
Syntax
public int WindowWidth {get; set;}
'Declaration
 
Public Property WindowWidth As Integer
'Usage
 
Dim instance As WindowLevelInformationDialog
Dim value As Integer
 
instance.WindowWidth = value
 
value = instance.WindowWidth
public int WindowWidth {get; set;}
 get_WindowWidth();
set_WindowWidth(value);
public: __property int get_WindowWidth();
public: __property void set_WindowWidth( 
   int value
);
public:
property int WindowWidth {
   int get();
   void set (    int value);
}

Property Value

An System.Int32 that represents the window width. Minimum 1 and Maximum 262140
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

WindowLevelInformationDialog Class
WindowLevelInformationDialog Members

 

 


Products | Support | Contact Us | Copyright Notices

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