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

The following tables list the members exposed by ModalityOptionsManager.

Public Constructors

 NameDescription
public Constructor ModalityOptionsManager ConstructorInitializes a new instance of the ModalityOptionsManager.  
Top

Public Properties

 NameDescription
public Property DataSourceGets the data source containing the ModalityOptionsCollection and a list of available shortcut keys.  
public Property ModalitiesGets a ModalityOptionsCollection object that represents the modality options.  
public Property ShortcutListGets a List of of System.Windows.Forms.Keys that represent the modality options shortcut keys.  
Top

Public Methods

 NameDescription
public Method FillDefaultOptionsAdd the default modality options into the Modalities.  
public Method LoadOptionsLoads the modality options from the specified ModalityOptionsCollection data stream.  
public Method SaveOptionsSaves the modality options to the specified ModalityOptionsCollection data stream.  
Top

Public Events

 NameDescription
public Event DataSourceChangedOccurs when the data source is changed.  
Top

See Also