PowerTools SPREAD for Windows Forms 8.0J
SetRenderDimensions メソッド


レンダラの幅
レンダラの高さ
レンダラのサイズを設定します。
構文
'Declaration
 
Public Sub SetRenderDimensions( _
   ByVal width As Integer, _
   ByVal height As Integer _
) 
'使用法
 
Dim instance As RichTextEditor
Dim width As Integer
Dim height As Integer
 
instance.SetRenderDimensions(width, height)
public void SetRenderDimensions( 
   int width,
   int height
)

パラメータ

width
レンダラの幅
height
レンダラの高さ
参照

RichTextEditor クラス
RichTextEditor メンバ

 

 


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