Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 873 Bytes

File metadata and controls

23 lines (16 loc) · 873 Bytes
title SettingsForm Class definition
description The SettingsForm class is a form that provides a user interface for configuring settings in the Command Palette extension.
ms.date 2/26/2025
ms.topic reference
no-loc
PowerToys
Windows
Insider

SettingsForm Class

Definition

Namespace: Microsoft.CommandPalette.Extensions.Toolkit

Inherits FormContent

The SettingsForm class is a form that provides a user interface for configuring settings in the Command Palette extension. It allows users to input and modify settings through various controls such as text boxes, checkboxes, and dropdowns.

Methods

Method Description
SubmitForm(String, String) Submits the form data to the specified URL with the specified method.