- Restore the selection color after HideCaret
- Only show the pseudo caret if the StepRTB was active for the grid Add a property to track if the StepRTB was active for a grid Track if the StepRTB was active for a grid
This commit is contained in:
@@ -58,6 +58,12 @@ namespace Volian.Controls.Library
|
||||
}
|
||||
#endregion
|
||||
#region Properties
|
||||
private bool _RTBLastFocus = true;
|
||||
public bool RTBLastFocus
|
||||
{
|
||||
get { return _RTBLastFocus; }
|
||||
set { _RTBLastFocus = value; }
|
||||
}
|
||||
protected static readonly log4net.ILog _MyLog = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
|
||||
protected ChildRelation _MyChildRelation;
|
||||
protected bool _Loading = true;
|
||||
|
Reference in New Issue
Block a user