GrapeCity SPREAD for Windows Forms 11.0J
Select メソッド (ISelectSupport)


方向が指定された選択かどうか
次に進んで選択するかどうか
選択します。
構文
'Declaration
 
Sub Select( _
   ByVal directed As Boolean, _
   ByVal forward As Boolean _
) 
'使用法
 
Dim instance As ISelectSupport
Dim directed As Boolean
Dim forward As Boolean
 
instance.Select(directed, forward)
void Select( 
   bool directed,
   bool forward
)

パラメータ

directed
方向が指定された選択かどうか
forward
次に進んで選択するかどうか
参照

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

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.