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

OnDisplayFormatApplyStyle() protected method

Enable the menu command for Format/Styles, if we can.
protected OnDisplayFormatApplyStyle ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool
commandObject object
display XCore.UIItemDisplayProperties
return bool
		protected bool OnDisplayFormatApplyStyle(object commandObject,
			ref UIItemDisplayProperties display)
		{
			display.Enabled = m_delegate.CanApplyStyle;
			return true;
		}
FwXWindow