Table of Contents

Method Enabled

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

Enabled(int, bool)

Sets Enabled property for the specified control in the set.

public ControlSet Enabled(int index, bool value)

Parameters

index int

Index of the control.

value bool

New 'Enabled' property value.

Returns

ControlSet

Enabled(bool)

Sets Enabled property for all the controls in the set.

public ControlSet Enabled(bool value)

Parameters

value bool

New 'Enabled' property value.

Returns

ControlSet