PowerTools SPREAD for Windows Forms 10.0J
GetEditorControl メソッド (IReuseEditorControl)


親コントロール
コントロールの外観設定
コントロールの表示倍率を表す数値
指定した親コントロールのエディタに関連付けられたコントロールを取得します。
構文
'Declaration
 
Function GetEditorControl( _
   ByVal parent As Control, _
   ByVal appearance As Appearance, _
   ByVal zoomFactor As Single _
) As Control
'使用法
 
Dim instance As IReuseEditorControl
Dim parent As Control
Dim appearance As Appearance
Dim zoomFactor As Single
Dim value As Control
 
value = instance.GetEditorControl(parent, appearance, zoomFactor)

パラメータ

parent
親コントロール
appearance
コントロールの外観設定
zoomFactor
コントロールの表示倍率を表す数値

戻り値の型

コントロール
解説
コントロールの初回作成後、そのコントロールを親に追加します。その親について再び呼び出されたときは、同じインスタンスを返します。
参照

IReuseEditorControl インタフェース
IReuseEditorControl メンバ

 

 


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