In This Article

Overview

Actipro Editors includes a number of pickers that are generally intended to be used within popups. In many cases, the pickers are designed to work with a related edit box of a similar name.

Picker Controls

This table shows the picker controls that are included in the product:

Name Description

BrushPicker

Screenshot

Allows for the input of a Brush value.

BytePicker

Screenshot

Allows for the input of a Byte (8-bit positive integer) value.

ColorPicker

Screenshot

Allows for the input of a Color value.

CornerRadiusPicker

Screenshot

Allows for the input of a CornerRadius (top-left, top-right, bottom-right, bottom-left) value.

DatePicker

Screenshot

Allows for the input of a DateTime value's date component.

DateTimePicker

Screenshot

Allows for the input of a DateTime value.

DoublePicker

Screenshot

Allows for the input of a Double (floating-point number) value.

EnumPicker

Screenshot

Allows for the input of an Enum (flags and non-flags enumeration) value.

HsbColorPicker

Screenshot

Allows for the input of a Color value.

Int16Picker

Screenshot

Allows for the input of an Int16 (16-bit integer) value.

Int32Picker

Screenshot

Allows for the input of an Int32 (32-bit integer) value.

Int32RectPicker

Screenshot

Allows for the input of an Int32Rect (X, Y, width, height) value.

Int64Picker

Screenshot

Allows for the input of an Int64 (64-bit integer) value.

PointPicker

Screenshot

Allows for the input of a Point (X, Y) value.

RadialHuePicker

Screenshot

Allows for the input of a color's hue component.

RectPicker

Screenshot

Allows for the input of a Rect (X, Y, width, height) value.

SaturationBrightnessPicker

Screenshot

Allows for the input of a color's saturation and brightness components.

SinglePicker

Screenshot

Allows for the input of a Single (floating-point number) value.

SizePicker

Screenshot

Allows for the input of a Size (width, height) value.

ThicknessPicker

Screenshot

Allows for the input of a Thickness (left, top, right, bottom) value.

TimePicker

Screenshot

Allows for the input of a DateTime value's time component.

TimeSpanPicker

Screenshot

Allows for the input of a TimeSpan (days, hours, minutes, seconds, milliseconds) value.

VectorPicker

Screenshot

Allows for the input of a Vector (X, Y) value.