バージョン

GetUIElementFromNote メソッド (UltraMonthViewSingle)

提供されたメモの UIElement を返します。メモが表示されない場合には null を返します。
シンタックス
'宣言
 
Protected Overrides Function GetUIElementFromNote( _
   ByVal note As Note _
) As Infragistics.Win.UIElement
protected override Infragistics.Win.UIElement GetUIElementFromNote( 
   Note note
)

パラメータ

note
メモ。

戻り値の型

提供されたメモの UIElement、メモが表示されない場合には null。
参照