Skip to content

OwnerType

Summary

The types of owners for windows

Signature

1
public enum OwnerType

Namespace

cAlgo.API

Fields

None

Summary

The default owner type, which means the window has no owner

Signature

1
public static OwnerType None;

Return Value

OwnerType

Chart

Summary

The chart owns the window

Signature

1
public static OwnerType Chart;

Return Value

OwnerType

Application

Summary

The application main window owns the window

Signature

1
public static OwnerType Application;

Return Value

OwnerType