In This Article

Overview

Actipro Editors includes a number of edit boxes, which are controls that allow for the editing/selection of common data type values. They are designed to visually fit right in with the standard Windows controls.

Edit Box Basics

All of the edit box controls listed below share a base class that provides common core functionality.

See the Edit Box Basics topic for more information.

Edit Box Controls

This table shows the edit box controls that are included in the product:

Name Description

BrushEditBox

Screenshot

Allows for the input of a Brush value.

ByteEditBox

Screenshot

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

ColorEditBox

Screenshot

Allows for the input of a Color value.

CornerRadiusEditBox

Screenshot

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

DateEditBox

Screenshot

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

DateTimeEditBox

Screenshot

Allows for the input of a DateTime value.

DoubleEditBox

Screenshot

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

EnumEditBox

Screenshot

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

GuidEditBox

Screenshot

Allows for the input of a Guid (unique ID) value.

Int16EditBox

Screenshot

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

Int32EditBox

Screenshot

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

Int32RectEditBox

Screenshot

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

Int64EditBox

Screenshot

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

PointEditBox

Screenshot

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

RectEditBox

Screenshot

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

SingleEditBox

Screenshot

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

SizeEditBox

Screenshot

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

ThicknessEditBox

Screenshot

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

TimeEditBox

Screenshot

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

TimeSpanEditBox

Screenshot

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

VectorEditBox

Screenshot

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