OpenTAP 9.25
API Reference
|
Child item visibility implements the concept of showing or hiding a child item. This could for example be the child steps of a test step. More...
Public Types | |
enum | Visibility { Visible , Collapsed } |
Child item visibility. More... | |
Static Public Member Functions | |
static void | SetVisibility (object obj, Visibility visibility) |
Set visibility to collapsed or Visible. More... | |
static Visibility | GetVisibility (object obj) |
Sets the current collapsed or visible state. If not previously set it will return Visible. More... | |
Child item visibility implements the concept of showing or hiding a child item. This could for example be the child steps of a test step.
|
inlinestatic |
Sets the current collapsed or visible state. If not previously set it will return Visible.
obj | The object from which to get visibility. |
|
inlinestatic |
Set visibility to collapsed or Visible.
obj | The object for which to set visibility. |
visibility |
OpenTAP 9.25 API built Tue Aug 6 2024 07:49:23