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

OnFormatStyle() protected method

Shows the Styles dialog
protected OnFormatStyle ( object args ) : bool
args object ignored
return bool
		protected bool OnFormatStyle(object args)
		{
			ShowStylesDialog(ParaStyleListHelper != null ? ParaStyleListHelper.SelectedStyle.Name : null,
				CharStyleListHelper != null ? CharStyleListHelper.SelectedStyle.Name : null,
				null);
			return true;
		}
FwXWindow