PowerTools SPREAD for Windows Forms 10.0J
GeneralEditor クラス メソッド


このクラスのメンバの一覧は、GeneralEditorメンバを参照してください。

パブリック メソッド
 名前説明
Public メソッドBeginInvokeオーバーロードされます。 Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. System.Windows.Forms.Controlから継承されます。
Public メソッドBringToFrontBrings the control to the front of the z-order. System.Windows.Forms.Controlから継承されます。
Public メソッドClear編集コントロールの選択されている内容をすべて削除します。 FarPoint.Win.SuperEditBaseから継承されます。
Public メソッドClearAll編集コントロールの内容をすべて削除します。 FarPoint.Win.SuperEditBaseから継承されます。
Public メソッドContainsRetrieves a value indicating whether the specified control is a child of the control. System.Windows.Forms.Controlから継承されます。
Public メソッドCopy編集コントロールで選択されているテキストをクリップボードにコピーします。 FarPoint.Win.SuperEditBaseから継承されます。
Public メソッドCreateControlForces the creation of the visible control, including the creation of the handle and any visible child controls. System.Windows.Forms.Controlから継承されます。
Public メソッドCreateGraphicsCreates the System.Drawing.Graphics for the control. System.Windows.Forms.Controlから継承されます。
Public メソッドCreateStringWithLiteralsリテラル文字から成る文字列を作成します。 FarPoint.Win.SuperEditBaseから継承されます。
Public メソッドCut編集コントロールで選択されている内容をクリップボードに切り取ります。 FarPoint.Win.SuperEditBaseから継承されます。
Public メソッドDoDragDropBegins a drag-and-drop operation. System.Windows.Forms.Controlから継承されます。
Public メソッドDrawToBitmapSupports rendering to the specified bitmap. System.Windows.Forms.Controlから継承されます。
Public メソッドEndInvokeRetrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed. System.Windows.Forms.Controlから継承されます。
Public メソッドFindFormRetrieves the form that the control is on. System.Windows.Forms.Controlから継承されます。
Public メソッドFocusオーバーロードされます。 フォーカスをコントロールに移動します。 FarPoint.Win.ElementControlから継承されます。
Public メソッドGetCharIndexAtPointグラフィック オブジェクトの指定した位置にある文字インデックスを計算します。 FarPoint.Win.SuperEditBaseから継承されます。
Public メソッドGetChildAtPointオーバーロードされます。 Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type. System.Windows.Forms.Controlから継承されます。
Public メソッドGetContainerControlReturns the next System.Windows.Forms.ContainerControl up the control's chain of parent controls. System.Windows.Forms.Controlから継承されます。
Public メソッドGetControlコントロールを取得します。 FarPoint.Win.ElementControlから継承されます。
Public メソッドGetElementStyle要素のスタイルを取得します。 FarPoint.Win.ElementControlから継承されます。
Public メソッドGetFontフォントが指定されていない場合、現在のフォントまたはデフォルトのフォントを取得します。 FarPoint.Win.ElementControlから継承されます。
Public メソッドGetLeftmostCharacters左端の文字から開始して指定した文字数を取得します。 FarPoint.Win.SuperEditBaseから継承されます。
Public メソッドGetNextControlRetrieves the next control forward or back in the tab order of child controls. System.Windows.Forms.Controlから継承されます。
Public メソッドGetPreferredSizeRetrieves the size of a rectangular area into which a control can be fitted. System.Windows.Forms.Controlから継承されます。
Public メソッドGetRightmostCharacters右端の文字から開始して指定した数の文字を取得します。 FarPoint.Win.SuperEditBaseから継承されます。
Public メソッドHideConceals the control from the user. System.Windows.Forms.Controlから継承されます。
Public メソッドInvalidateオーバーロードされます。 Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. System.Windows.Forms.Controlから継承されます。
Public メソッドInvokeオーバーロードされます。 Executes the specified delegate on the thread that owns the control's underlying window handle. System.Windows.Forms.Controlから継承されます。
Public メソッドIsMouseOverButtonポインタが編集コントロールのボタンの上にあるかどうかを判定します。 FarPoint.Win.SuperEditBaseから継承されます。
Public メソッドIsNullコントロールがNull値を含むかどうかを判定します。 FarPoint.Win.SuperEditBaseから継承されます。
Public メソッドIsValidコントロールの内容が有効かどうかを判定します。 FarPoint.Win.SuperEditBaseから継承されます。
Public メソッドLogicalToDeviceUnits System.Windows.Forms.Controlから継承されます。
Public メソッドOnAdvanceFarPoint.Win.SuperEditBase.Advanceイベントを発生させます。 FarPoint.Win.SuperEditBaseから継承されます。
Public メソッドOnInvalidDataFarPoint.Win.SuperEditBase.InvalidDataイベントを発生させます。 FarPoint.Win.SuperEditBaseから継承されます。
Public メソッドOnPaintオーバーロードされます。 Paint イベントを発生させて、編集コントロールを描画します。 FarPoint.Win.SuperEditBaseから継承されます。
Public メソッドOnPaintBackgroundオーバーロードされます。 要素の背景を描画します。 FarPoint.Win.ElementControlから継承されます。
Public メソッドOnUserErrorFarPoint.Win.SuperEditBase.UserErrorイベントを発生させます。 FarPoint.Win.SuperEditBaseから継承されます。
Public メソッドPasteクリップボードの内容を編集コントロールに貼り付けます。 FarPoint.Win.SuperEditBaseから継承されます。
Public メソッドPerformLayoutオーバーロードされます。 Forces the control to apply layout logic to all its child controls. System.Windows.Forms.Controlから継承されます。
Public メソッドPointToClientComputes the location of the specified screen point into client coordinates. System.Windows.Forms.Controlから継承されます。
Public メソッドPointToScreenComputes the location of the specified client point into screen coordinates. System.Windows.Forms.Controlから継承されます。
Public メソッドPreProcessControlMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. System.Windows.Forms.Controlから継承されます。
Public メソッドRectangleToClientComputes the size and location of the specified screen rectangle in client coordinates. System.Windows.Forms.Controlから継承されます。
Public メソッドRectangleToScreenComputes the size and location of the specified client rectangle in screen coordinates. System.Windows.Forms.Controlから継承されます。
Public メソッドRefreshForces the control to invalidate its client area and immediately redraw itself and any child controls. System.Windows.Forms.Controlから継承されます。
Public メソッドResetオーバーライドされます。 コントロールの内容をデフォルト値にリセットします。  
Public メソッドResetBackColor背景色をデフォルト値にリセットします。 FarPoint.Win.SuperEditBaseから継承されます。
Public メソッドResetBorder境界線をデフォルト値にリセットします。 FarPoint.Win.SuperEditBaseから継承されます。
Public メソッドResetButtonColor

コントロール内のボタンの背景色をデフォルト値にリセットします。

FarPoint.Win.SuperEditBaseから継承されます。
Public メソッドResetButtonMarginColor編集コントロールのボタンとテキストの間の余白の色をデフォルト色にリセットします。 FarPoint.Win.SuperEditBaseから継承されます。
Public メソッドResetFontコントロールのフォントをデフォルト値にリセットします。 FarPoint.Win.SuperEditBaseから継承されます。
Public メソッドResetForeColorテキスト色をデフォルト値にリセットします。 FarPoint.Win.SuperEditBaseから継承されます。
Public メソッドResetInvalidColor無効なデータを含むコントロールに使用する背景色をデフォルト値にリセットします。 FarPoint.Win.SuperEditBaseから継承されます。
Public メソッドResetNullColorNull値を含むコントロールに使用する背景色をデフォルト値にリセットします。 FarPoint.Win.SuperEditBaseから継承されます。
Public メソッドResetPictureコントロールのピクチャをデフォルト値にリセットします。 FarPoint.Win.ElementControlから継承されます。
Public メソッドResetPictureTransparencyColorピクチャの透過色をデフォルト値にリセットします。 FarPoint.Win.ElementControlから継承されます。
Public メソッドResetPictureTransparencyTolerance要素のピクチャの透過許容誤差をデフォルト値にリセットします。 FarPoint.Win.ElementControlから継承されます。
Public メソッドResetText内容をデフォルト値にリセットします。 FarPoint.Win.SuperEditBaseから継承されます。
Public メソッドResumeLayoutオーバーロードされます。 Resumes usual layout logic. System.Windows.Forms.Controlから継承されます。
Public メソッドScale System.Windows.Forms.Controlから継承されます。
Public メソッドScaleBitmapLogicalToDevice System.Windows.Forms.Controlから継承されます。
Public メソッドSelectAllコントロールの内容全体を選択します。 FarPoint.Win.SuperEditBaseから継承されます。
Public メソッドSelectNextControlActivates the next control. System.Windows.Forms.Controlから継承されます。
Public メソッドSendToBackSends the control to the back of the z-order. System.Windows.Forms.Controlから継承されます。
Public メソッドSetBoundsオーバーロードされます。 要素の境界を、指定したサイズの境界矩形の位置とサイズに設定します。 FarPoint.Win.ElementControlから継承されます。
Public メソッドSetElementStyle要素のスタイルを設定します。 FarPoint.Win.ElementControlから継承されます。
Public メソッドSetNullコントロールの内容をNull値に設定します。 FarPoint.Win.SuperEditBaseから継承されます。
Public メソッドSetToolTip埋め込み(内部の子)コントロールのToolTipテキストを設定します。 FarPoint.Win.SuperEditBaseから継承されます。
Public メソッドShowDisplays the control to the user. System.Windows.Forms.Controlから継承されます。
Public メソッドShowSubEditorセルに関連するサブエディタコントロールの表示/非表示を設定します。  
Public メソッドSuspendLayoutTemporarily suspends the layout logic for the control. System.Windows.Forms.Controlから継承されます。
Public メソッドToString System.ComponentModel.Componentから継承されます。
Public メソッドUndo直前の編集コマンドを取り消します。 FarPoint.Win.SuperEditBaseから継承されます。
Public メソッドUpdate無効になった任意の領域をただちに再描画するようコントロールに要求します。 FarPoint.Win.ElementControlから継承されます。
トップ
プロテクト メソッド
 名前説明
Protected メソッドCreateAccessibilityInstanceCreates a new accessibility object for the control. System.Windows.Forms.Controlから継承されます。
Protected メソッドCreateControlsInstanceCreates a new instance of the control collection for the control. System.Windows.Forms.Controlから継承されます。
Protected メソッドCreateHandleCreates a handle for the control. System.Windows.Forms.Controlから継承されます。
Protected メソッドDestroyHandleDestroys the handle associated with the control. System.Windows.Forms.Controlから継承されます。
Protected メソッドFinalizeデストラクターメソッド  
Protected メソッドGetAccessibilityObjectByIdRetrieves the specified System.Windows.Forms.AccessibleObject. System.Windows.Forms.Controlから継承されます。
Protected メソッドGetAutoSizeModeRetrieves a value indicating how a control will behave when its System.Windows.Forms.Control.AutoSize property is enabled. System.Windows.Forms.Controlから継承されます。
Protected メソッドGetScaledBoundsRetrieves the bounds within which the control is scaled. System.Windows.Forms.Controlから継承されます。
Protected メソッドGetService System.ComponentModel.Componentから継承されます。
Protected メソッドGetStyleRetrieves the value of the specified control style bit for the control. System.Windows.Forms.Controlから継承されます。
Protected メソッドGetTopLevelDetermines if the control is a top-level control. System.Windows.Forms.Controlから継承されます。
Protected メソッドHideSelectionGripperグリッパーを非表示にします。 FarPoint.Win.SuperEditBaseから継承されます。
Protected メソッドInvokeGotFocusRaises the System.Windows.Forms.Control.GotFocus event for the specified control. System.Windows.Forms.Controlから継承されます。
Protected メソッドInvokeLostFocusRaises the System.Windows.Forms.Control.LostFocus event for the specified control. System.Windows.Forms.Controlから継承されます。
Protected メソッドInvokeOnClickRaises the System.Windows.Forms.Control.Click event for the specified control. System.Windows.Forms.Controlから継承されます。
Protected メソッドInvokePaintRaises the System.Windows.Forms.Control.Paint event for the specified control. System.Windows.Forms.Controlから継承されます。
Protected メソッドInvokePaintBackgroundRaises the PaintBackground event for the specified control. System.Windows.Forms.Controlから継承されます。
Protected メソッドMemberwiseCloneオーバーロードされます。 Creates a shallow copy of the current System.MarshalByRefObject object. System.MarshalByRefObjectから継承されます。
Protected メソッドOnAfterFocusAfterFocusイベントを発生させます。  
Protected メソッドOnAutoSizeChangedRaises the System.Windows.Forms.Control.AutoSizeChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnBackColorChangedRaises the System.Windows.Forms.Control.BackColorChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnBackgroundImageLayoutChangedRaises the System.Windows.Forms.Control.BackgroundImageLayoutChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnBindingContextChangedRaises the System.Windows.Forms.Control.BindingContextChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnChangeUICuesRaises the System.Windows.Forms.Control.ChangeUICues event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnClickユーザーがコントロールの上にカーソルを置いてクリックしたときにClickイベントを発生させます。 FarPoint.Win.SuperEditBaseから継承されます。
Protected メソッドOnClientSizeChangedRaises the System.Windows.Forms.Control.ClientSizeChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnContextMenuChangedRaises the System.Windows.Forms.Control.ContextMenuChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnContextMenuStripChangedRaises the System.Windows.Forms.Control.ContextMenuStripChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnControlAddedRaises the System.Windows.Forms.Control.ControlAdded event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnControlRemovedRaises the System.Windows.Forms.Control.ControlRemoved event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnCreateControlRaises the System.Windows.Forms.Control.CreateControl method. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnCursorChangedRaises the System.Windows.Forms.Control.CursorChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnDockChangedRaises the System.Windows.Forms.Control.DockChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnDoubleClickユーザーがコントロールの上にカーソルを置いてクリックしたときにDoubleClickイベントを発生させます。 FarPoint.Win.SuperEditBaseから継承されます。
Protected メソッドOnDpiChangedAfterParent System.Windows.Forms.Controlから継承されます。
Protected メソッドOnDpiChangedBeforeParent System.Windows.Forms.Controlから継承されます。
Protected メソッドOnDragDropRaises the System.Windows.Forms.Control.DragDrop event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnDragEnterRaises the System.Windows.Forms.Control.DragEnter event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnDragLeaveRaises the System.Windows.Forms.Control.DragLeave event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnDragOverRaises the System.Windows.Forms.Control.DragOver event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnEditEnterEnterイベントを処理します。 FarPoint.Win.SuperEditBaseから継承されます。
Protected メソッドOnEditLeaveLeaveイベントを処理します。 FarPoint.Win.SuperEditBaseから継承されます。
Protected メソッドOnEditorVisibleChangedVisibleStateChangedイベントを処理します。 FarPoint.Win.SuperEditBaseから継承されます。
Protected メソッドOnEditPreviewKeyDownPreviewKeyDownイベントを処理します。 FarPoint.Win.SuperEditBaseから継承されます。
Protected メソッドOnEnabledChangedRaises the System.Windows.Forms.Control.EnabledChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnEnterRaises the System.Windows.Forms.Control.Enter event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnFontChangedRaises the System.Windows.Forms.Control.FontChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnForeColorChangedRaises the System.Windows.Forms.Control.ForeColorChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnGiveFeedbackRaises the System.Windows.Forms.Control.GiveFeedback event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnHandleCreatedRaises the System.Windows.Forms.Control.HandleCreated event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnHandleDestroyedRaises the System.Windows.Forms.Control.HandleDestroyed event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnHelpRequestedRaises the System.Windows.Forms.Control.HelpRequested event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnImeModeChangedSystem.Windows.Forms.Control.ImeModeChanged イベントを発生します。 FarPoint.Win.SuperEditBaseから継承されます。
Protected メソッドOnInvalidatedRaises the System.Windows.Forms.Control.Invalidated event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnLayoutLayout イベントを発生させます。 FarPoint.Win.SuperEditBaseから継承されます。
Protected メソッドOnLeaveRaises the System.Windows.Forms.Control.Leave event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnLocationChangedオーバーロードされます。 オーバーライドされます。 System.Windows.Forms.Control.LocationChangedイベントを発生させます。  
Protected メソッドOnMarginChangedRaises the System.Windows.Forms.Control.MarginChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnMouseCaptureChangedRaises the System.Windows.Forms.Control.MouseCaptureChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnMouseClickRaises the System.Windows.Forms.Control.MouseClick event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnMouseDoubleClickRaises the System.Windows.Forms.Control.MouseDoubleClick event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnMouseWheelRaises the System.Windows.Forms.Control.MouseWheel event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnMoveRaises the System.Windows.Forms.Control.Move event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnNotifyMessageNotifies the control of Windows messages. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnPaddingChangedRaises the System.Windows.Forms.Control.PaddingChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnParentBackColorChangedRaises the System.Windows.Forms.Control.BackColorChanged event when the System.Windows.Forms.Control.BackColor property value of the control's container changes. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnParentBackgroundImageChangedRaises the System.Windows.Forms.Control.BackgroundImageChanged event when the System.Windows.Forms.Control.BackgroundImage property value of the control's container changes. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnParentBindingContextChangedRaises the System.Windows.Forms.Control.BindingContextChanged event when the System.Windows.Forms.Control.BindingContext property value of the control's container changes. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnParentCursorChangedRaises the System.Windows.Forms.Control.CursorChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnParentEnabledChangedRaises the System.Windows.Forms.Control.EnabledChanged event when the System.Windows.Forms.Control.Enabled property value of the control's container changes. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnParentForeColorChangedRaises the System.Windows.Forms.Control.ForeColorChanged event when the System.Windows.Forms.Control.ForeColor property value of the control's container changes. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnParentRightToLeftChangedRaises the System.Windows.Forms.Control.RightToLeftChanged event when the System.Windows.Forms.Control.RightToLeft property value of the control's container changes. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnParentVisibleChangedRaises the System.Windows.Forms.Control.VisibleChanged event when the System.Windows.Forms.Control.Visible property value of the control's container changes. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnPreviewKeyDownRaises the System.Windows.Forms.Control.PreviewKeyDown event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnPrintRaises the System.Windows.Forms.Control.Paint event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnQueryContinueDragRaises the System.Windows.Forms.Control.QueryContinueDrag event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnRegionChangedRaises the System.Windows.Forms.Control.RegionChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnResizeResize イベントを発生させます。 FarPoint.Win.SuperEditBaseから継承されます。
Protected メソッドOnRightToLeftChangedRaises the System.Windows.Forms.Control.RightToLeftChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnSizeChangedSizeChanged イベントを発生させます。 FarPoint.Win.SuperEditBaseから継承されます。
Protected メソッドOnStyleChangedRaises the System.Windows.Forms.Control.StyleChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnSystemColorsChangedRaises the System.Windows.Forms.Control.SystemColorsChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnTabIndexChangedRaises the System.Windows.Forms.Control.TabIndexChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnTabStopChangedRaises the System.Windows.Forms.Control.TabStopChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnTextChangedRaises the System.Windows.Forms.Control.TextChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnValidatedRaises the System.Windows.Forms.Control.Validated event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnValidatingRaises the System.Windows.Forms.Control.Validating event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnVisibleChangedRaises the System.Windows.Forms.Control.VisibleChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドRecreateHandleForces the re-creation of the handle for the control. System.Windows.Forms.Controlから継承されます。
Protected メソッドRescaleConstantsForDpi System.Windows.Forms.Controlから継承されます。
Protected メソッドResetElements要素をデフォルト設定にリセットします。 FarPoint.Win.ElementControlから継承されます。
Protected メソッドRtlTranslateAlignmentオーバーロードされます。 Converts the specified System.Windows.Forms.HorizontalAlignment to the appropriate System.Windows.Forms.HorizontalAlignment to support right-to-left text. System.Windows.Forms.Controlから継承されます。
Protected メソッドRtlTranslateHorizontalConverts the specified System.Windows.Forms.HorizontalAlignment to the appropriate System.Windows.Forms.HorizontalAlignment to support right-to-left text. System.Windows.Forms.Controlから継承されます。
Protected メソッドRtlTranslateLeftRightConverts the specified System.Windows.Forms.LeftRightAlignment to the appropriate System.Windows.Forms.LeftRightAlignment to support right-to-left text. System.Windows.Forms.Controlから継承されます。
Protected メソッドScaleControl System.Windows.Forms.Controlから継承されます。
Protected メソッドSetAutoSizeModeSets a value indicating how a control will behave when its System.Windows.Forms.Control.AutoSize property is enabled. System.Windows.Forms.Controlから継承されます。
Protected メソッドSetStyleSets a specified System.Windows.Forms.ControlStyles flag to either true or false. System.Windows.Forms.Controlから継承されます。
Protected メソッドSetTopLevelSets the control as the top-level control. System.Windows.Forms.Controlから継承されます。
Protected メソッドShowSelectionGripperグリッパーを表示します。 FarPoint.Win.SuperEditBaseから継承されます。
Protected メソッドSizeFromClientSize System.Windows.Forms.Controlから継承されます。
Protected メソッドUpdateStylesForces the assigned styles to be reapplied to the control. System.Windows.Forms.Controlから継承されます。
Protected メソッドUpdateZOrderUpdates the control in its parent's z-order. System.Windows.Forms.Controlから継承されます。
トップ
参照

GeneralEditor クラス
FarPoint.Win.Spread.CellType 名前空間

 

 


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