public MyEditor() { InitializeComponent(); this.richTextBoxCtrl.WordWrap = false; this.richTextBoxCtrl.HideSelection = false; m_Recorder = new VSMacroRecorder(GuidList.guidResX_AggregatorEditorFactory); }
public GridEditor() { InitializeComponent(); m_Recorder = new VSMacroRecorder(GuidList.guidResX_AggregatorEditorFactory); }