Used to get the visibility state of a property.

Usage

Response = SRP_PropertyPanel(PanelCtrl, "GetPropertyVisible", PropertyKey)

Parameters

PropertyKey

The key to the property to make visible or invisible.

Response

1 means the property is visible, 0 means the property is invisible (hidden).

  • No labels