バージョン

ResolveErrorAppearance メソッド

指定された Control に関連付けられた埋め込みエディターのエラー外観を解決します。
シンタックス
'宣言
 
Sub ResolveErrorAppearance( _
   ByVal extendee As Control, _
   ByVal isProvidedEditor As Boolean, _
   ByVal embeddableElement As EmbeddableUIElementBase, _
   ByRef appearance As AppearanceData, _
   ByRef requestedProps As AppearancePropFlags _
) 

パラメータ

extendee
エラー外観を提供する Infragistics.Win.Misc.ValidationSettings インスタンスが拡張された Control
isProvidedEditor
IProvidesEmbeddableEditor インターフェイスを介して提供された エディター に対してエラー外観が解決されるかどうかを指定します。インプリメンタはこのパラメーター値に基づいて異なる最終的なデフォルト プロパティ値を提供します。
embeddableElement
外観が解決されている EmbeddableUIElementBase 派生要素。
appearance
[ref] 解決する AppearanceData 構造体への参照。
requestedProps
[ref] 解決するプロパティを定義する AppearancePropFlags 値への参照。
参照