LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

InvalidPresetNameText Property (IWindowLevelInformationView)

Show in webframe






Gets or sets the text to dispay when an invalid preset window level name is entered.
Syntax
string InvalidPresetNameText {get; set;}
'Declaration
 
Property InvalidPresetNameText As String
'Usage
 
Dim instance As IWindowLevelInformationView
Dim value As String
 
instance.InvalidPresetNameText = value
 
value = instance.InvalidPresetNameText

            

            
__property string* get_InvalidPresetNameText();
__property void set_InvalidPresetNameText( 
   string* value
);
property string* InvalidPresetNameText {
   string* get();
   void set (    string* value);
}

Property Value

A System.String that represents the text to dispay when an invalid preset window level name is entered.
Requirements

Target Platforms

See Also

Reference

IWindowLevelInformationView Interface
IWindowLevelInformationView Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.