バージョン

AddAdornment メソッド

AdornmentLayer に装飾を追加します。
シンタックス
'宣言
 
Public Function AddAdornment( _
   ByVal adornmentElement As UIElement, _
   ByVal adornmentLocation As Point, _
   ByVal userData As Object _
) As AdornmentInfo
public AdornmentInfo AddAdornment( 
   UIElement adornmentElement,
   Point adornmentLocation,
   object userData
)

パラメータ

adornmentElement
装飾を表す要素。
adornmentLocation
装飾を位置決めするAdornmentLayer 内の位置 (テキスト領域座標)。
userData
装飾と保存する任意のデータ ピース。

戻り値の型

装飾を表す Infragistics.Controls.Editors.AdornmentInfo インスタンス。
参照