devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
33 lines (32 loc) • 1.05 kB
TypeScript
export declare class DXSystemColors {
static control: number;
static controlDark: number;
static window: number;
static activeBorder: number;
static activeCaption: number;
static activeCaptionText: number;
static appWorkspace: number;
static controlDarkDark: number;
static controlLight: number;
static controlLightLight: number;
static controlText: number;
static desktop: number;
static grayText: number;
static highlight: number;
static highlightText: number;
static hotTrack: number;
static inactiveBorder: number;
static inactiveCaption: number;
static inactiveCaptionText: number;
static info: number;
static infoText: number;
static menu: number;
static menuText: number;
static scrollBar: number;
static windowFrame: number;
static windowText: number;
static gradientActiveCaption: number;
static gradientInactiveCaption: number;
static menuBar: number;
static menuHighlight: number;
}