'Declaration Sub Select( _ ByVal directed As Boolean, _ ByVal forward As Boolean _ )
'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)
'使用法
Dim instance As ISelectSupport Dim directed As Boolean Dim forward As Boolean instance.Select(directed, forward)
void Select( bool directed, bool forward )
ISelectSupport インタフェース ISelectSupport メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.