SIL.FieldWorks.XWorks.FwXWindow.OnDisplayArchiveWithRamp C# (CSharp) Метод

OnDisplayArchiveWithRamp() публичный Метод

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
Результат bool
		public bool OnDisplayArchiveWithRamp(object command, ref UIItemDisplayProperties display)
		{
			display.Enabled = ReapRamp.Installed;
			return true;
		}
FwXWindow