Method AddSection
AddSection(IControlContainer, String, Single, Single)
Declaration
public static Section AddSection(this IControlContainer container, string propertyName, float hideValue = 0F, float showValue = 1F)
Parameters
| Type | Name | Description |
|---|---|---|
| IControlContainer | container | |
| String | propertyName | |
| Single | hideValue | |
| Single | showValue |
Returns
| Type | Description |
|---|---|
| Section |
AddSection(IControlContainer)
Declaration
public static Section AddSection(this IControlContainer container)
Parameters
| Type | Name | Description |
|---|---|---|
| IControlContainer | container |
Returns
| Type | Description |
|---|---|
| Section |