In This Article

IUIRenderer Interface

Provides the base requirements for a renderer class that renders an Actipro control.

public interface IUIRenderer

Properties

ColorScheme

Gets or sets the IWindowsColorScheme to be used by the renderer.

IWindowsColorScheme ColorScheme { get; set; }

Property Value

IWindowsColorScheme:

The resolved IWindowsColorScheme to use for colors.

Remarks

Implementations of this interface should always return a non-null value for this property.

Events

PropertyChanged

Occurs after a property is changed.

event EventHandler PropertyChanged

Event Type

EventHandler

Extension Methods