Skip to content

ControlState

Summary

Represents the chart control state.

Signature

1
public enum ControlState

Namespace

cAlgo.API

Fields

Hover

Summary

The hover.

Signature

1
public static ControlState Hover;

Return Value

ControlState

Pressed

Summary

The pressed.

Signature

1
public static ControlState Pressed;

Return Value

ControlState

Disabled

Summary

The disabled.

Signature

1
public static ControlState Disabled;

Return Value

ControlState

Checked

Summary

The checked.

Signature

1
public static ControlState Checked;

Return Value

ControlState

DarkTheme

Summary

The dark theme.

Signature

1
public static ControlState DarkTheme;

Return Value

ControlState

LightTheme

Summary

The light theme.

Signature

1
public static ControlState LightTheme;

Return Value

ControlState