バージョン

InitCustomAppearance メソッド (LinkUIElement)

この LinkUIElement インスタンスの外観を初期化します。
シンタックス
'宣言
 
Protected Overrides Sub InitCustomAppearance( _
   ByRef appearance As Infragistics.Win.AppearanceData, _
   ByRef requestedProps As Infragistics.Win.AppearancePropFlags, _
   ByVal customArea As String _
) 
protected override void InitCustomAppearance( 
   ref Infragistics.Win.AppearanceData appearance,
   ref Infragistics.Win.AppearancePropFlags requestedProps,
   string customArea
)

パラメータ

appearance
更新する Appearance 構造体
requestedProps
解決する外観のプロパティ。
customArea
解決する外観を示す文字列。可能な値は、"Link"、"ActiveLink"、"HotTrackedLink" および "VisitedLink" です。
参照