'宣言 Public Function New( _ ByVal facing As System.Boolean, _ ByVal continuous As System.Boolean _ )
'使用法 Dim facing As System.Boolean Dim continuous As System.Boolean Dim instance As New ActionHandlerPageView(facing, continuous)
public ActionHandlerPageView( System.bool facing, System.bool continuous )
パラメータ
- facing
- A value to assign to the ActionHandlerPageView.Facing property.
- continuous
- A value to assign to the ActionHandlerPageView.Continuous property.