PowerTools PlusPak for Windows Forms 8.0J
NoteFromPoint メソッド

メモを取得する位置を示す System.Drawing.Point
指定した位置にある CalendarNote を取得します。
構文
Public Function NoteFromPoint( _
   ByVal point As Point _
) As CalendarNote
public CalendarNote NoteFromPoint( 
   Point point
)

パラメータ

point
メモを取得する位置を示す System.Drawing.Point

戻り値の型

カレンダー(クライアント)座標上の指定した位置にある CalendarNote。その位置にカレンダーメモがない場合は null 参照 (Visual Basicでは Nothing)。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

GcCalendar クラス
GcCalendar メンバ

Send Feedback