1 /*!
  2  * @include "_InternalClasses.js"
  3  */
  4 
  5 /**
  6  * エディットボックスまたはコンボボックスの文字列全体
  7  * Action:○ LateCall:○ Command:○
  8  * 
  9  * @type String
 10  */
 11 _JVS.Edit.prototype.Text = "";
 12 
 13 /**
 14  * エディットボックスまたはコンボボックスで範囲選択された文字列
 15  * このプロパティに代入した場合、範囲選択部分が代入した文字列で置換される
 16  * Action:○ LateCall:○ Command:○
 17  * 
 18  * @type String
 19  */
 20 _JVS.Edit.prototype.SelText = "";
 21