From aeebb8d47e1d78b50d9ae5afd9df6eaf9765ed87 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 8 Jan 2019 17:59:31 +0200 Subject: Started working on power module... --- Software/Visual_Studio/PPC/Tango.PPC.Common/IPPCModule.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/IPPCModule.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/IPPCModule.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/IPPCModule.cs index 51f361cfb..cd328fabd 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/IPPCModule.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/IPPCModule.cs @@ -46,6 +46,11 @@ namespace Tango.PPC.Common /// bool IsVisibleInMenu { get; } + /// + /// Gets a value indicating whether to dock this module menu item to the bottom. + /// + bool DockToBottom { get; } + /// /// Called when the application has entered the technician mode. /// -- cgit v1.3.1