Table of Contents

Method GetPropValue

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetPropValue(ControlTypeId, ControlDefaultsId)

Returns default property value for some control.

public object? GetPropValue(ControlTypeId control, ControlDefaultsId prop)

Parameters

control ControlTypeId

Control identifier.

prop ControlDefaultsId

Property identifier.

Returns

object