Skip to content

OwnerType

Summary

The types of owners for windows

Signature

1
public enum OwnerType

Namespace

cAlgo.API

See Also

Fields

None

Summary

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

Signature

1
OwnerType.None;

Return Value

OwnerType

Chart

Summary

The chart owns the window

Signature

1
OwnerType.Chart;

Return Value

OwnerType

Application

Summary

The application main window owns the window

Signature

1
OwnerType.Application;

Return Value

OwnerType