ATTR_FLOATING
Type: | Panel attribute |
Description: | Specifies whether the panel's window floats above all non-floating windows. This attribute is not supported for child panels. Linux: This attribute is not supported. |
Data Type: | integer |
Default Value: | VAL_FLOAT_NEVER |
LabWindows/CVI Compatibility: |
LabWindows/CVI 4.0 and later |
Values
VAL_FLOAT_NEVER | Panel's window never floats relative to other top level windows. |
VAL_FLOAT_APP_ACTIVE | Panel's window only floats when the application is active. |
VAL_FLOAT_ALWAYS | Panel's window always floats relative to other top level windows. |