PowerTools SPREAD for Windows Forms 8.0J
EditBase クラス
メンバ 


テキスト編集コントロールの基本クラスを表します。このクラスは抽象 (Visual BasicではMustInherit)なので、インスタンス化できません。
構文
'Declaration
 
Public MustInherit Class EditBase 
   Inherits GrapeCity.Framework.Spread.InputMan.CellType.Forms.ControlBase
'使用法
 
Dim instance As EditBase
public abstract class EditBase : GrapeCity.Framework.Spread.InputMan.CellType.Forms.ControlBase 
解説

このクラスはテキストエディタコントロールの基本機能を実装します。これらの機能にはテキストの選択、クリップボード機能、アンドゥ、 および多くのイベントが含まれます。

通常、このクラスから継承することはありません。独自テキストコントロールクラスを作成するには、 GcTextBoxから継承します。
継承階層

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
                     GrapeCity.Win.Spread.InputMan.CellType.EditBase
                        GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl

参照

EditBase メンバ
GrapeCity.Win.Spread.InputMan.CellType 名前空間

 

 


© 2004-2015, GrapeCity inc. All rights reserved.