LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
WindowLevelInformation Class Members
See Also  Properties  Methods  Events
Leadtools.Medical.Workstation Namespace : WindowLevelInformation Class

The following tables list the members exposed by WindowLevelInformation.

Public Constructors

 NameDescription
public Constructor WindowLevelInformation ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public Property CenterGets or sets the window level center.  
public Property NameGets or sets the name of the WindowLevelInformation object.  
public Property ShortcutGets or sets the System.Windows.Forms.Keys enumeration value that is the shortcut for the WindowLevelInformation object.  
public Property WidthGets or sets the window level width.  
Top

Public Methods

 NameDescription
public Method BeginEditCall this to indicate an editing mode before calling CommitChanges or DiscardChanges  
public Method CommitChangesCall this method to accept the changes after calling BeginEdit and end the editing mode. This will fire all the PropertyChanged events.  
public Method DiscardChangesCall this method to reject the changes after calling BeginEdit and end the editing mode. No PropertyChanged events will be fired.  
Top

Protected Methods

 NameDescription
protected Method OnPropertyChangedRaises the PropertyChanged event.  
Top

Public Events

 NameDescription
public Event PropertyChangedOccurs when any property in the WindowLevelInformation class changes.  
Top

See Also