Check to see if a Block is collapsed. This is a shortcut to Properties.GetBoolean('BlockCollapsed.' & name, defaultValue).
Syntax
Parameters
| Name | Type | Optional | ByRef | Description |
| name |
String |
|
|
The name of the Property. This assumes there is a property named 'BlockCollapsed.name'. |
| defaultValue |
Boolean |
Optional |
|
The value to assume if no property is found with the name 'BlockCollapsed.name'.
If omitted, a value of False is assumed. |
Return Value
- Member of:
- ISScriptExecutionInfo
- Namespace:
- Intersoft.ISSupport6
- Assembly:
- ISSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0