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

PresetName Property (IWindowLevelInformationView)







Gets or sets a System.String that represents the name for this window level preset.
Syntax
string PresetName {get; set;}
'Declaration
 
Property PresetName As String
'Usage
 
Dim instance As IWindowLevelInformationView
Dim value As String
 
instance.PresetName = value
 
value = instance.PresetName
string PresetName {get; set;}
get_PresetName();
set_PresetName(value);
__property string* get_PresetName();
__property void set_PresetName( 
   string* value
);
property string* PresetName {
   string* get();
   void set (    string* value);
}

Property Value

A System.Stringthat represents the name for the preset.
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

IWindowLevelInformationView Interface
IWindowLevelInformationView Members

 

 


Products | Support | Contact Us | Copyright Notices

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