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


書式付きテキストエディタの基本クラスを表します。このクラスは抽象 (Visual BasicではMustInherit)なので、インスタンス化できません。
構文
'Declaration
 
Public MustInherit Class FieldsEditorControl 
   Inherits EditBase
'使用法
 
Dim instance As FieldsEditorControl
public abstract class FieldsEditorControl : EditBase 
解説

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

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

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

参照

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

 

 


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