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

ShowApplyStyleDialog() public method

Shows the Format Apply Style dialog
public ShowApplyStyleDialog ( string paraStyleName, string charStyleName, int maxStyleLevel ) : void
paraStyleName string The currently-selected Paragraph style name
charStyleName string The currently-selected Character style name
maxStyleLevel int The maximum style level that will be shown in this /// dialog. (apps that do not use style levels in their stylesheets can pass 0)
return void
		public void ShowApplyStyleDialog(string paraStyleName, string charStyleName, int maxStyleLevel)
		{
			m_delegate.ShowApplyStyleDialog(paraStyleName, charStyleName, maxStyleLevel);
		}
FwXWindow