SIL.FieldWorks.XWorks.FwXWindow.OnDisplayArchiveWithRamp C# (CSharp) Method

OnDisplayArchiveWithRamp() public method

Handle whether to enable Archive With RAMP menu item (enabled iff properly installed)
public OnDisplayArchiveWithRamp ( object command, XCore.UIItemDisplayProperties &display ) : bool
command object Not used
display XCore.UIItemDisplayProperties Display properties
return bool
		public bool OnDisplayArchiveWithRamp(object command, ref UIItemDisplayProperties display)
		{
			display.Enabled = ReapRamp.Installed;
			return true;
		}
FwXWindow