TwclWiFiProfileEditPage Enumeration

Specifies the active tab when the wireless profile user interface dialog box appears.

Namespace: wclWiFi
type
 TwclWiFiProfileEditPage = (
 epConnection,
 epSecurity,
 epAdvanced
 );

The TwclWiFiProfileEditPage type exposes the following members.

Show:
 NameDescription
epAdvanced

Display the Advanced tab.

epConnection

Displays the Connection tab.

epSecurity

Displays the Security tab.

Top