Toolbar#

class ansys.stk.core.uicore.Toolbar#

Represents a toolbar abstraction. Provides methods and properties to manipulate the position and the state of the toolbar.

Overview#

identifier

The identity.

caption

The caption.

visible

The visibility.

float_state

The float state.

Import detail#

from ansys.stk.core.uicore import Toolbar

Property detail#

property Toolbar.identifier: int#

The identity.

property Toolbar.caption: str#

The caption.

property Toolbar.visible: bool#

The visibility.

property Toolbar.float_state: WindowArrangeState#

The float state.