LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

InvalidPresetNameText Property (WindowLevelInformationDialog)

Show in webframe






Gets or sets the text to dispay when an invalid preset Window/Level name is entered.
Syntax
public string InvalidPresetNameText {get; set;}
'Declaration
 
Public Property InvalidPresetNameText As String
'Usage
 
Dim instance As WindowLevelInformationDialog
Dim value As String
 
instance.InvalidPresetNameText = value
 
value = instance.InvalidPresetNameText

            

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

Property Value

The text to dispay when an invalid preset Window/Level name is entered.
Requirements

Target Platforms

See Also

Reference

WindowLevelInformationDialog Class
WindowLevelInformationDialog Members

 

 


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