| Visual Basic (Declaration) | |
|---|---|
Public MustInherit Class AppearanceBase Inherits KeyedSubObjectBase Implements IKeyedSubObject, IKeyedSubObjectEx | |
| C# | |
|---|---|
public abstract class AppearanceBase : KeyedSubObjectBase, IKeyedSubObject, IKeyedSubObjectEx | |
This sample creates a new appearance object and sets the color associated properties. This routine is called from the InitializeLayout event of the UltraWinGrid.
| Visual Basic | Copy Code |
|---|---|
Imports Infragistics.Win | |
| C# | Copy Code |
|---|---|
using Infragistics.Win; | |


~199.gif)



