Version

InitControlAppearance Method (AddNewRowButtonUIElement)

Resolves the control specific appearances for this button. Default implementation merges in its Infragistics.Win.ButtonUIElementBase.Appearance. This method should only merge in the appearance properties exposed by the controls. It should not merge in any defaults. The InitAppearance method calls this method in between the calls that resolve app-style appearance settings. In other words this method should itself not resolve any app-style appearance settings. Also note that the InitAppearance method will check UseControlInfo setting of the app-style and if it's false it will not call this method. Therefore the overridden implementations do no need to check for UseControlInfo app-style setting.
Syntax
'Declaration
 
Protected Overrides Sub InitControlAppearance( _
   ByRef appData As Infragistics.Win.AppearanceData, _
   ByRef flags As Infragistics.Win.AppearancePropFlags _
) 
protected override void InitControlAppearance( 
   ref Infragistics.Win.AppearanceData appData,
   ref Infragistics.Win.AppearancePropFlags flags
)

Parameters

appData
The appearance structure to initialize
flags
The properties that are needed
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also