Table of Contents

Method IsPlatformControl

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

IsPlatformControl(AbstractControl)

Determines whether the specified control is a platform-specific control.

public virtual bool IsPlatformControl(AbstractControl control)

Parameters

control AbstractControl

The control to evaluate. Must not be null.

Returns

bool

true if the specified control is a platform-specific control; otherwise, false.