public override Control CreatePanelWidget()
 {
     widget = new XmlEditorOptionsPanelWidget();
     widget.AutoCompleteElements = XmlEditorOptions.AutoCompleteElements;
     widget.AutoInsertFragments  = XmlEditorOptions.AutoInsertFragments;
     widget.ShowSchemaAnnotation = XmlEditorOptions.ShowSchemaAnnotation;
     return(widget);
 }
		public override Control CreatePanelWidget ()
		{
			widget = new XmlEditorOptionsPanelWidget();
			widget.AutoCompleteElements = XmlEditorOptions.AutoCompleteElements;
			widget.AutoInsertFragments = XmlEditorOptions.AutoInsertFragments;
			widget.ShowSchemaAnnotation = XmlEditorOptions.ShowSchemaAnnotation;
			return widget;
		}