- windowLevelPreset
- The WindowLevelInformation that represents the window level presets.
- shortcuts
- An array of System.Windows.Forms.Keys that are the shortcuts for the Leadtools.Medical.Workstation.UI.ModalitySettingsDialog.
Visual Basic (Declaration) | |
---|---|
Function AskUserToUpdatePreset( _ ByVal windowLevelPreset As WindowLevelInformation, _ ByVal shortcuts() As Keys _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IModalitySettingsView Dim windowLevelPreset As WindowLevelInformation Dim shortcuts() As Keys Dim value As Boolean value = instance.AskUserToUpdatePreset(windowLevelPreset, shortcuts) |
C# | |
---|---|
bool AskUserToUpdatePreset( WindowLevelInformation windowLevelPreset, Keys[] shortcuts ) |
Managed Extensions for C++ | |
---|---|
bool AskUserToUpdatePreset( WindowLevelInformation* windowLevelPreset, Keys[]* shortcuts ) |
C++/CLI | |
---|---|
bool AskUserToUpdatePreset( WindowLevelInformation^ windowLevelPreset, array<Keys>^ shortcuts ) |
Parameters
- windowLevelPreset
- The WindowLevelInformation that represents the window level presets.
- shortcuts
- An array of System.Windows.Forms.Keys that are the shortcuts for the Leadtools.Medical.Workstation.UI.ModalitySettingsDialog.
Return Value
True if the user wants to save the updated WindowLevelInformation.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7