Fix problem with Item Selected. Fixes problem so that Item selected stays selected even if it is not active.
Also, makes DSOFramer properly select the related tab when it becomes active.
This commit is contained in:
@@ -61,9 +61,8 @@ namespace Volian.Controls.Library
|
||||
this._DisplayRTB.TabIndex = 2;
|
||||
this._DisplayRTB.Text = "";
|
||||
this._DisplayRTB.VwMode = VEPROMS.CSLA.Library.E_ViewMode.Edit;
|
||||
this._DisplayRTB.Enter += new System.EventHandler(this.veRichTextBoxText_Enter);
|
||||
this._DisplayRTB.Enter += new System.EventHandler(this._DisplayRTB_Enter);
|
||||
this._DisplayRTB.LinkGoTo += new Volian.Controls.Library.DisplayRTBLinkEvent(this._DisplayRTB_LinkGoTo);
|
||||
this._DisplayRTB.Leave += new System.EventHandler(this.veRichTextBoxText_Leave);
|
||||
this._DisplayRTB.HeightChanged += new Volian.Controls.Library.DisplayRTBEvent(this.veRichTextBoxText_HeightChanged);
|
||||
this._DisplayRTB.LinkModifyTran += new Volian.Controls.Library.DisplayRTBLinkEvent(this._DisplayRTB_LinkModifyTran);
|
||||
//
|
||||
|
Reference in New Issue
Block a user