ResetState() public method

public ResetState ( ) : void
return void
示例#1
0
 /// <summary>
 /// This method is used to set the completion window to it's inital state.
 /// This is required for re-using the window object.
 /// </summary>
 protected internal virtual void ResetState()
 {
     HideWhenWordDeleted     = false;
     lastCommitCharEndoffset = -1;
     list.ResetState();
 }
示例#2
0
 /// <summary>
 /// This method is used to set the completion window to it's inital state.
 /// This is required for re-using the window object.
 /// </summary>
 protected internal virtual void ResetState()
 {
     HideWhenWordDeleted = false;
     list.ResetState();
 }
 /// <summary>
 /// This method is used to set the completion window to it's inital state.
 /// This is required for re-using the window object.
 /// </summary>
 protected virtual void ResetState()
 {
     HideWhenWordDeleted = false;
     endOffset           = -1;
     list.ResetState();
 }