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


対象のカレンダータイプを指定するCalendarType列挙体。
現在のカレンダーを指定したカレンダータイプにズームします。
構文
'Declaration
 
Public Function Zoom( _
   ByVal calendarType As CalendarType _
) As Boolean
'使用法
 
Dim instance As DropDownCalendar
Dim calendarType As CalendarType
Dim value As Boolean
 
value = instance.Zoom(calendarType)
public bool Zoom( 
   CalendarType calendarType
)

パラメータ

calendarType
対象のカレンダータイプを指定するCalendarType列挙体。

戻り値の型

bool値。カレンダータイプが変更された場合はtrue。それ以外の場合はfalse
解説
このメソッドは、このDropDownCalendarCalendarTypeを変更します。操作が成功した場合はtrueを返し、それ以外の場合はfalseを返します。
参照

DropDownCalendar クラス
DropDownCalendar メンバ

 

 


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