SIL.FieldWorks.SharpViews.Hookups.StringHookup.CanApplyStyle C# (CSharp) Method

CanApplyStyle() private method

Returns false because a style cannot be stored in a string
private CanApplyStyle ( InsertionPoint start, InsertionPoint end, string style ) : bool
start SIL.FieldWorks.SharpViews.Selections.InsertionPoint
end SIL.FieldWorks.SharpViews.Selections.InsertionPoint
style string
return bool
		internal override bool CanApplyStyle(InsertionPoint start, InsertionPoint end, string style)
		{
			return false;
		}
	}