バージョン

InitCustomAppearance メソッド (FormattedTextUIElement)

カスタム領域の外観を解決するためにこのメソッドが呼び出されます。CustomArea パラメーターは "Link"、"ActiveLink"、"HotTrackedLink" および "VisitedLink" のいずれかになります。デフォルトの実装は何もしません。
シンタックス
'宣言
 
Protected Overridable Sub InitCustomAppearance( _
   ByRef appData As AppearanceData, _
   ByRef flags As AppearancePropFlags, _
   ByVal customArea As String _
) 
protected virtual void InitCustomAppearance( 
   ref AppearanceData appData,
   ref AppearancePropFlags flags,
   string customArea
)

パラメータ

appData
初期化する Infragistics.Win.AppearanceData
flags
どの外観を解決すべきかを示す Infragistics.Win.AppearancePropFlags
customArea
可能な値は、"Link"、"ActiveLink"、"HotTrackedLink" および "VisitedLink" です。
参照