GrapeCity CalendarGrid for Windows Forms 2.0J
AllowUserToTouchZoom プロパティ
使用例 

タッチ動作による GcCalendarGrid のズームをユーザーに許可するかどうかを示す値を取得または設定します。
構文
Public Property AllowUserToTouchZoom As Boolean
public bool AllowUserToTouchZoom {get; set;}

プロパティ値

ユーザーがタッチ動作によって GcCalendarGrid をズームできる場合は true。それ以外の場合は false。既定値は true です。
使用例
次のサンプルコードは、ユーザーがタッチ操作によってズームできるようにする方法を示します。
private void EnableUsertoTouchZoom()
{
    this.gcCalendarGrid1.AllowUserToTouchZoom = true;
}
Private Sub EnableUsertoTouchZoom()
    Me.gcCalendarGrid1.AllowUserToTouchZoom = True
End Sub
参照

GcCalendarGrid クラス
GcCalendarGrid メンバ

 

 


c 2008 GrapeCity inc. All rights reserved.