From d73f75b3fb8c39db88475c1b469bb133ee79fd13 Mon Sep 17 00:00:00 2001 From: Kaviya Srinivasan Date: Thu, 13 Aug 2026 12:51:53 +0530 Subject: [PATCH 1/5] Frontmatter correction for Gradientlabel and ComboDropdown control --- WindowsForms/ComboBox-DropDown/ComboDropDown-Appearance.md | 6 +++--- WindowsForms/ComboBox-DropDown/ComboDropDown-Text.md | 6 +++--- WindowsForms/ComboBox-DropDown/Event-Handling.md | 6 +++--- WindowsForms/ComboBox-DropDown/Getting-Started.md | 6 +++--- WindowsForms/ComboBox-DropDown/Overview.md | 6 +++--- WindowsForms/ComboBox-DropDown/Themes-And-Styles.md | 6 +++--- ...remove-the-current-selection-in-ComboDropDown-control.md | 6 +++--- .../faq/Using-ComboBoxes-inside-ComboDropDown.md | 6 +++--- WindowsForms/Gradient-Label/Background-Settings.md | 6 +++--- WindowsForms/Gradient-Label/Border-Settings.md | 6 +++--- WindowsForms/Gradient-Label/Foreground-Settings.md | 6 +++--- WindowsForms/Gradient-Label/Getting-Started.md | 6 +++--- WindowsForms/Gradient-Label/Overview.md | 6 +++--- WindowsForms/Gradient-Label/Serialization.md | 6 +++--- 14 files changed, 42 insertions(+), 42 deletions(-) diff --git a/WindowsForms/ComboBox-DropDown/ComboDropDown-Appearance.md b/WindowsForms/ComboBox-DropDown/ComboDropDown-Appearance.md index 065392300..bf19ff000 100644 --- a/WindowsForms/ComboBox-DropDown/ComboDropDown-Appearance.md +++ b/WindowsForms/ComboBox-DropDown/ComboDropDown-Appearance.md @@ -1,13 +1,13 @@ --- layout: post -title: ComboDropDown-Appearance | WindowsForms | Syncfusion -description: Learn here all about the appearance settings of Syncfusion Windows Forms ComboDropDown control and more. +title: ComboDropDown Appearance in Windows Forms ComboDropDown | Syncfusion +description: Customize the appearance of the Windows Forms ComboDropDown control using colors, fonts, borders, and styling options. platform: WindowsForms control: ComboDropDown documentation: ug --- -# Windows Forms ComboDropDown Appearance +# ComboDropDown Appearance in Windows Forms ComboDropDown This section discusses the appearance settings for ComboDropDown control. diff --git a/WindowsForms/ComboBox-DropDown/ComboDropDown-Text.md b/WindowsForms/ComboBox-DropDown/ComboDropDown-Text.md index bfc86fef0..894d7e4de 100644 --- a/WindowsForms/ComboBox-DropDown/ComboDropDown-Text.md +++ b/WindowsForms/ComboBox-DropDown/ComboDropDown-Text.md @@ -1,13 +1,13 @@ --- layout: post -title: ComboDropDown-Text | WindowsForms | Syncfusion -description: Learn here all about ComboDropDown Text support in Syncfusion Windows Forms ComboBox DropDown (ComboDropDown) control, its elements, and more. +title: Text in Windows Forms ComboDropDown | Syncfusion +description: Configure and customize text display, editing, and input behavior in the Windows Forms ComboDropDown control. platform: WindowsForms control: ComboDropDown documentation: ug --- -# ComboDropDown Text in Windows Forms ComboBox DropDown (ComboDropDown) +# Banner Text in Windows Forms ComboDropDownText Support in ComboDropDown control supports the properties which can change the appearance and behavior of the control's edit portion. diff --git a/WindowsForms/ComboBox-DropDown/Event-Handling.md b/WindowsForms/ComboBox-DropDown/Event-Handling.md index 89a54c9da..f6dd23656 100644 --- a/WindowsForms/ComboBox-DropDown/Event-Handling.md +++ b/WindowsForms/ComboBox-DropDown/Event-Handling.md @@ -1,13 +1,13 @@ --- layout: post -title: Event-Handling | WindowsForms | Syncfusion -description: Learn about Event Handling support in Syncfusion Windows Forms ComboBox DropDown (ComboDropDown) control, its elements and more. +title: Event Handling in Windows Forms ComboDropDown | Syncfusion +description: Handle user interactions and control events in the Windows Forms ComboDropDown control for responsive application behavior. platform: WindowsForms control: ComboDropDown documentation: ug --- -# Event Handling in Windows Forms ComboBox DropDown (ComboDropDown) +# Event Handling in Windows Forms ComboDropDown ## Events of ComboDropDown diff --git a/WindowsForms/ComboBox-DropDown/Getting-Started.md b/WindowsForms/ComboBox-DropDown/Getting-Started.md index e30aa72f2..3a5e4b17d 100644 --- a/WindowsForms/ComboBox-DropDown/Getting-Started.md +++ b/WindowsForms/ComboBox-DropDown/Getting-Started.md @@ -1,13 +1,13 @@ --- layout: post -title: Getting Started in Windows Forms ComboBox DropDown | Syncfusion -description: Learn here about getting started with Syncfusion Windows Forms ComboBox DropDown (ComboDropDown) control, its elements, and more. +title: Getting Started with Windows Forms ComboDropDown | Syncfusion +description: Learn how to get started with the Syncfusion Windows Forms ComboDropDown control. Explore setup, features, examples, and customization options. platform: WindowsForms control: ComboBoxDropDown documentation: ug --- -# Getting Started with Windows Forms ComboBox DropDown (ComboDropDown) +# Getting Started with Windows Forms ComboDropDown In this section, ComboDropDown is used to host TreeView control and this can be achieved in the following ways. diff --git a/WindowsForms/ComboBox-DropDown/Overview.md b/WindowsForms/ComboBox-DropDown/Overview.md index e106b973d..9aef8006a 100644 --- a/WindowsForms/ComboBox-DropDown/Overview.md +++ b/WindowsForms/ComboBox-DropDown/Overview.md @@ -1,13 +1,13 @@ --- layout: post -title: Overview of Syncfusion ComboDropDown for WindowsForms -description: Overview of Syncfusion ComboDropDown that can host any control in the drop down area with the Themes support +title: About Syncfusion Windows Forms ComboDropDown Control | Syncfusion +description: Learn about the introduction of Syncfusion Essential Studio Windows Forms ComboDropDown control and more details. platform: WindowsForms control: ComboDropDown documentation: ug --- -# Windows Forms ComboBox DropDown (ComboDropDown) Overview +# About Syncfusion Windows Forms ComboDropDown Control The ComboDropDown control is a lightweight, combo box-like control that can host any control in the dropdown area. This control can be used to create a combo box that shows, for example, a TreeView or a ListView with multiple columns or any other control that helps in displaying the data appropriately. The control is used to host any control where ComboBoxBase hosts only ListBox derived controls. This flexible combo box control provides a standard combo box look-and-feel with the ability to host any control in the dropdown. diff --git a/WindowsForms/ComboBox-DropDown/Themes-And-Styles.md b/WindowsForms/ComboBox-DropDown/Themes-And-Styles.md index 07f6fa864..29b152356 100644 --- a/WindowsForms/ComboBox-DropDown/Themes-And-Styles.md +++ b/WindowsForms/ComboBox-DropDown/Themes-And-Styles.md @@ -1,13 +1,13 @@ --- layout: post -title: Themes-And-Styles | WindowsForms | Syncfusion -description: Learn here all about Themes and Styles support in Syncfusion Windows Forms ComboBox DropDown (ComboDropDown) control and more. +title: Themes and Styles in Windows Forms ComboDropDown | Syncfusion +description: Customize the appearance of the Windows Forms ComboDropDown control using built-in themes and styling options to create visually consistent applications. platform: WindowsForms control: ComboDropDown documentation: ug --- -# Themes and Styles in Windows Forms ComboBox DropDown (ComboDropDown) +# Themes and Styles in Windows Forms ComboDropDown The below given properties enhances the look and feel of the ComboDropDown. diff --git a/WindowsForms/ComboBox-DropDown/faq/How-to-remove-the-current-selection-in-ComboDropDown-control.md b/WindowsForms/ComboBox-DropDown/faq/How-to-remove-the-current-selection-in-ComboDropDown-control.md index 244b39629..a5bc18b6e 100644 --- a/WindowsForms/ComboBox-DropDown/faq/How-to-remove-the-current-selection-in-ComboDropDown-control.md +++ b/WindowsForms/ComboBox-DropDown/faq/How-to-remove-the-current-selection-in-ComboDropDown-control.md @@ -1,13 +1,13 @@ --- layout: post -title: How-to-remove-the-current-selection-in-ComboDropDown-control | WindowsForms | Syncfusion -description: how to remove the current selection in combodropdown control +title: Remove Current Selection in Windows Forms ComboDropDown | Syncfusion +description: Learn how to remove the current selection in the Windows Forms ComboDropDown control and reset its selected item or displayed value. platform: WindowsForms control: Editors Package documentation: ug --- -# How to Remove the Current Selection in ComboDropDown Control +# Remove Current Selection in Windows Forms ComboDropDown We can derive custom ComboDropDown control and override DrawListModeEditPortion property to remove the selection as follows. diff --git a/WindowsForms/ComboBox-DropDown/faq/Using-ComboBoxes-inside-ComboDropDown.md b/WindowsForms/ComboBox-DropDown/faq/Using-ComboBoxes-inside-ComboDropDown.md index c4f13bf99..300bc4cc8 100644 --- a/WindowsForms/ComboBox-DropDown/faq/Using-ComboBoxes-inside-ComboDropDown.md +++ b/WindowsForms/ComboBox-DropDown/faq/Using-ComboBoxes-inside-ComboDropDown.md @@ -1,13 +1,13 @@ --- layout: post -title: Using-ComboBoxes-inside-ComboDropDown | WindowsForms | Syncfusion -description: Learn here all about to using comboboxes inside combodropdown with Syncfusion Essential Studio Windows Forms ComboBox DropDown control and more details. +title: Using ComboBoxes in Windows Forms ComboDropDown | Syncfusion +description: Learn how to use ComboBox controls within the Windows Forms ComboDropDown control to provide flexible item selection and input options. platform: WindowsForms control: Editors Package documentation: ug --- -# How to Use ComboBox inside ComboDropDown +# Using ComboBoxes in Windows Forms ComboDropDown This section deals on how to use two combobox within the dropdown area of a ComboDropDown. The panel contains two ComboBoxes and a Button. The text will change only after the Button had pressed. diff --git a/WindowsForms/Gradient-Label/Background-Settings.md b/WindowsForms/Gradient-Label/Background-Settings.md index 2a934ca55..bfd04a3b6 100644 --- a/WindowsForms/Gradient-Label/Background-Settings.md +++ b/WindowsForms/Gradient-Label/Background-Settings.md @@ -1,13 +1,13 @@ --- layout: post -title: Background Settings in WinForms Gradient Label | Syncfusion -description: Learn about Background Settings support in Syncfusion Windows Forms Gradient Label control and more details. +title: Background Settings in Windows Forms GradientLabel | Syncfusion +description: Customize the background appearance of the Windows Forms GradientLabel control using gradient colors, styles, and fill settings. platform: WindowsForms control: Editors Package documentation: ug --- -# Background Settings in Windows Forms Gradient Label +# Background Settings in Windows Forms GradientLabel This section illustrates the background settings of the GradientLabel control. diff --git a/WindowsForms/Gradient-Label/Border-Settings.md b/WindowsForms/Gradient-Label/Border-Settings.md index 11ef35f03..8786340bc 100644 --- a/WindowsForms/Gradient-Label/Border-Settings.md +++ b/WindowsForms/Gradient-Label/Border-Settings.md @@ -1,12 +1,12 @@ --- layout: post -title: Border Settings in Windows Forms Gradient Label control | Syncfusion -description: Learn about Border Settings support in Syncfusion Windows Forms Gradient Label control and more details. +title: Border Settings in Windows Forms GradientLabel | Syncfusion +description: Customize the border appearance of the Windows Forms GradientLabel control using border styles, colors, and visual settings. platform: WindowsForms control: Editors Package documentation: ug --- -# Border Settings in Windows Forms Gradient Label +# Border Settings in Windows Forms GradientLabel This section discusses the border settings of the GradientLabel control. diff --git a/WindowsForms/Gradient-Label/Foreground-Settings.md b/WindowsForms/Gradient-Label/Foreground-Settings.md index c404013d0..db76a849f 100644 --- a/WindowsForms/Gradient-Label/Foreground-Settings.md +++ b/WindowsForms/Gradient-Label/Foreground-Settings.md @@ -1,13 +1,13 @@ --- layout: post -title: Foreground Settings in WinForms Gradient Label | Syncfusion -description: Learn about Foreground Settings support in Syncfusion Windows Forms Gradient Label control and more details. +title: Foreground Settings in Windows Forms GradientLabel | Syncfusion +description: Customize the foreground appearance of the Windows Forms GradientLabel control using text colors, styles, and visual settings. platform: WindowsForms control: Editors Package documentation: ug --- -# Foreground Settings in Windows Forms Gradient Label +# Foreground Settings in Windows Forms GradientLabel This section illustrates the foreground settings of the GradientLabel control. diff --git a/WindowsForms/Gradient-Label/Getting-Started.md b/WindowsForms/Gradient-Label/Getting-Started.md index 104c12749..06ca6de2e 100644 --- a/WindowsForms/Gradient-Label/Getting-Started.md +++ b/WindowsForms/Gradient-Label/Getting-Started.md @@ -1,13 +1,13 @@ --- layout: post -title: Getting Started with Windows Forms Gradient Label | Syncfusion -description: Learn here about getting started with Syncfusion Windows Forms Gradient Label control, its elements, and more details. +title: Getting Started with Windows Forms GradientLabel | Syncfusion +description: Learn how to get started with the Syncfusion Windows Forms GradientLabel control. Explore setup, features, examples, and customization options. platform: WindowsForms control: GradientLabel documentation: ug --- -# Getting Started with Windows Forms Gradient Label +# Getting Started with Windows Forms GradientLabel This section briefly describes how to create a new Windows Forms project in Visual Studio and add the **GradientLabel** control with its basic functionalities. diff --git a/WindowsForms/Gradient-Label/Overview.md b/WindowsForms/Gradient-Label/Overview.md index f696ba8b2..7e5dfdc48 100644 --- a/WindowsForms/Gradient-Label/Overview.md +++ b/WindowsForms/Gradient-Label/Overview.md @@ -1,13 +1,13 @@ --- layout: post -title: About Windows Forms Gradient Label control | Syncfusion -description: Learn here all about introduction of Syncfusion Windows Forms Gradient Label control, its elements, and more details. +title: About Syncfusion Windows Forms GradientLabel Control | Syncfusion +description: Learn about the introduction of Syncfusion Essential Studio Windows Forms GradientLabel control and its key features and customization options. platform: WindowsForms control: GradientLabel documentation: ug --- -# Windows Forms Gradient Label Overview +# About Syncfusion Windows Forms GradientLabel Control The GradientLabel class provides a way to create fancy and appealing labels in your forms. diff --git a/WindowsForms/Gradient-Label/Serialization.md b/WindowsForms/Gradient-Label/Serialization.md index d361c66f7..c42de90c1 100644 --- a/WindowsForms/Gradient-Label/Serialization.md +++ b/WindowsForms/Gradient-Label/Serialization.md @@ -1,13 +1,13 @@ --- layout: post -title: Serialization in Windows Forms Gradient Label control | Syncfusion -description: Learn about Serialization support in Syncfusion Windows Forms Gradient Label control and more details. +title: Serialization in Windows Forms GradientLabel | Syncfusion +description: Learn how serialization preserves and restores Windows Forms GradientLabel properties for consistent design-time and runtime behavior. platform: WindowsForms control: Editors Package documentation: ug --- -# Serialization in Windows Forms Gradient Label +# Serialization in Windows Forms GradientLabel We can save and load the background color information in an XML file to persist the color state of a GradientLabel. The XmlSerializer Class can be used for providing serialization support. From 9bb19c3090d9e4d526f72b577036da2d410a9780 Mon Sep 17 00:00:00 2001 From: Kaviya Srinivasan Date: Thu, 13 Aug 2026 15:59:31 +0530 Subject: [PATCH 2/5] Added the Trade mark for syncfusion --- WindowsForms/ComboBox-DropDown/ComboDropDown-Appearance.md | 4 ++-- WindowsForms/ComboBox-DropDown/ComboDropDown-Text.md | 4 ++-- WindowsForms/ComboBox-DropDown/Event-Handling.md | 2 +- WindowsForms/ComboBox-DropDown/Getting-Started.md | 4 ++-- WindowsForms/ComboBox-DropDown/Overview.md | 6 +++--- WindowsForms/ComboBox-DropDown/Themes-And-Styles.md | 2 +- ...remove-the-current-selection-in-ComboDropDown-control.md | 6 +++--- .../faq/Using-ComboBoxes-inside-ComboDropDown.md | 6 +++--- WindowsForms/Gradient-Label/Background-Settings.md | 2 +- WindowsForms/Gradient-Label/Border-Settings.md | 2 +- WindowsForms/Gradient-Label/Foreground-Settings.md | 4 ++-- WindowsForms/Gradient-Label/Getting-Started.md | 4 ++-- WindowsForms/Gradient-Label/Overview.md | 6 +++--- WindowsForms/Gradient-Label/Serialization.md | 2 +- 14 files changed, 27 insertions(+), 27 deletions(-) diff --git a/WindowsForms/ComboBox-DropDown/ComboDropDown-Appearance.md b/WindowsForms/ComboBox-DropDown/ComboDropDown-Appearance.md index bf19ff000..67c149cbc 100644 --- a/WindowsForms/ComboBox-DropDown/ComboDropDown-Appearance.md +++ b/WindowsForms/ComboBox-DropDown/ComboDropDown-Appearance.md @@ -1,13 +1,13 @@ --- layout: post -title: ComboDropDown Appearance in Windows Forms ComboDropDown | Syncfusion +title: Appearance in Windows Forms ComboDropDown | Syncfusion® description: Customize the appearance of the Windows Forms ComboDropDown control using colors, fonts, borders, and styling options. platform: WindowsForms control: ComboDropDown documentation: ug --- -# ComboDropDown Appearance in Windows Forms ComboDropDown +# Appearance in Windows Forms ComboDropDown This section discusses the appearance settings for ComboDropDown control. diff --git a/WindowsForms/ComboBox-DropDown/ComboDropDown-Text.md b/WindowsForms/ComboBox-DropDown/ComboDropDown-Text.md index 894d7e4de..015c0baa1 100644 --- a/WindowsForms/ComboBox-DropDown/ComboDropDown-Text.md +++ b/WindowsForms/ComboBox-DropDown/ComboDropDown-Text.md @@ -1,13 +1,13 @@ --- layout: post -title: Text in Windows Forms ComboDropDown | Syncfusion +title: Text in Windows Forms ComboDropDown | Syncfusion® description: Configure and customize text display, editing, and input behavior in the Windows Forms ComboDropDown control. platform: WindowsForms control: ComboDropDown documentation: ug --- -# Banner Text in Windows Forms ComboDropDownText Support in +# Text in Windows Forms ComboDropDown ComboDropDown control supports the properties which can change the appearance and behavior of the control's edit portion. diff --git a/WindowsForms/ComboBox-DropDown/Event-Handling.md b/WindowsForms/ComboBox-DropDown/Event-Handling.md index f6dd23656..50d3ac192 100644 --- a/WindowsForms/ComboBox-DropDown/Event-Handling.md +++ b/WindowsForms/ComboBox-DropDown/Event-Handling.md @@ -1,6 +1,6 @@ --- layout: post -title: Event Handling in Windows Forms ComboDropDown | Syncfusion +title: Event Handling in Windows Forms ComboDropDown | Syncfusion® description: Handle user interactions and control events in the Windows Forms ComboDropDown control for responsive application behavior. platform: WindowsForms control: ComboDropDown diff --git a/WindowsForms/ComboBox-DropDown/Getting-Started.md b/WindowsForms/ComboBox-DropDown/Getting-Started.md index 3a5e4b17d..5b9f14c75 100644 --- a/WindowsForms/ComboBox-DropDown/Getting-Started.md +++ b/WindowsForms/ComboBox-DropDown/Getting-Started.md @@ -1,7 +1,7 @@ --- layout: post -title: Getting Started with Windows Forms ComboDropDown | Syncfusion -description: Learn how to get started with the Syncfusion Windows Forms ComboDropDown control. Explore setup, features, examples, and customization options. +title: Getting Started with Windows Forms ComboDropDown | Syncfusion® +description: Learn how to get started with the Syncfusion® Windows Forms ComboDropDown control. Explore setup, features, examples, and customization options. platform: WindowsForms control: ComboBoxDropDown documentation: ug diff --git a/WindowsForms/ComboBox-DropDown/Overview.md b/WindowsForms/ComboBox-DropDown/Overview.md index 9aef8006a..60164a6e1 100644 --- a/WindowsForms/ComboBox-DropDown/Overview.md +++ b/WindowsForms/ComboBox-DropDown/Overview.md @@ -1,13 +1,13 @@ --- layout: post -title: About Syncfusion Windows Forms ComboDropDown Control | Syncfusion -description: Learn about the introduction of Syncfusion Essential Studio Windows Forms ComboDropDown control and more details. +title: About Syncfusion® Windows Forms ComboDropDown Control | Syncfusion® +description: Learn about the introduction of Syncfusion® Essential Studio Windows Forms ComboDropDown control and more details. platform: WindowsForms control: ComboDropDown documentation: ug --- -# About Syncfusion Windows Forms ComboDropDown Control +# About Syncfusion® Windows Forms ComboDropDown Control The ComboDropDown control is a lightweight, combo box-like control that can host any control in the dropdown area. This control can be used to create a combo box that shows, for example, a TreeView or a ListView with multiple columns or any other control that helps in displaying the data appropriately. The control is used to host any control where ComboBoxBase hosts only ListBox derived controls. This flexible combo box control provides a standard combo box look-and-feel with the ability to host any control in the dropdown. diff --git a/WindowsForms/ComboBox-DropDown/Themes-And-Styles.md b/WindowsForms/ComboBox-DropDown/Themes-And-Styles.md index 29b152356..a4b068347 100644 --- a/WindowsForms/ComboBox-DropDown/Themes-And-Styles.md +++ b/WindowsForms/ComboBox-DropDown/Themes-And-Styles.md @@ -1,6 +1,6 @@ --- layout: post -title: Themes and Styles in Windows Forms ComboDropDown | Syncfusion +title: Themes and Styles in Windows Forms ComboDropDown | Syncfusion® description: Customize the appearance of the Windows Forms ComboDropDown control using built-in themes and styling options to create visually consistent applications. platform: WindowsForms control: ComboDropDown diff --git a/WindowsForms/ComboBox-DropDown/faq/How-to-remove-the-current-selection-in-ComboDropDown-control.md b/WindowsForms/ComboBox-DropDown/faq/How-to-remove-the-current-selection-in-ComboDropDown-control.md index a5bc18b6e..244b39629 100644 --- a/WindowsForms/ComboBox-DropDown/faq/How-to-remove-the-current-selection-in-ComboDropDown-control.md +++ b/WindowsForms/ComboBox-DropDown/faq/How-to-remove-the-current-selection-in-ComboDropDown-control.md @@ -1,13 +1,13 @@ --- layout: post -title: Remove Current Selection in Windows Forms ComboDropDown | Syncfusion -description: Learn how to remove the current selection in the Windows Forms ComboDropDown control and reset its selected item or displayed value. +title: How-to-remove-the-current-selection-in-ComboDropDown-control | WindowsForms | Syncfusion +description: how to remove the current selection in combodropdown control platform: WindowsForms control: Editors Package documentation: ug --- -# Remove Current Selection in Windows Forms ComboDropDown +# How to Remove the Current Selection in ComboDropDown Control We can derive custom ComboDropDown control and override DrawListModeEditPortion property to remove the selection as follows. diff --git a/WindowsForms/ComboBox-DropDown/faq/Using-ComboBoxes-inside-ComboDropDown.md b/WindowsForms/ComboBox-DropDown/faq/Using-ComboBoxes-inside-ComboDropDown.md index 300bc4cc8..c4f13bf99 100644 --- a/WindowsForms/ComboBox-DropDown/faq/Using-ComboBoxes-inside-ComboDropDown.md +++ b/WindowsForms/ComboBox-DropDown/faq/Using-ComboBoxes-inside-ComboDropDown.md @@ -1,13 +1,13 @@ --- layout: post -title: Using ComboBoxes in Windows Forms ComboDropDown | Syncfusion -description: Learn how to use ComboBox controls within the Windows Forms ComboDropDown control to provide flexible item selection and input options. +title: Using-ComboBoxes-inside-ComboDropDown | WindowsForms | Syncfusion +description: Learn here all about to using comboboxes inside combodropdown with Syncfusion Essential Studio Windows Forms ComboBox DropDown control and more details. platform: WindowsForms control: Editors Package documentation: ug --- -# Using ComboBoxes in Windows Forms ComboDropDown +# How to Use ComboBox inside ComboDropDown This section deals on how to use two combobox within the dropdown area of a ComboDropDown. The panel contains two ComboBoxes and a Button. The text will change only after the Button had pressed. diff --git a/WindowsForms/Gradient-Label/Background-Settings.md b/WindowsForms/Gradient-Label/Background-Settings.md index bfd04a3b6..034aed94e 100644 --- a/WindowsForms/Gradient-Label/Background-Settings.md +++ b/WindowsForms/Gradient-Label/Background-Settings.md @@ -1,6 +1,6 @@ --- layout: post -title: Background Settings in Windows Forms GradientLabel | Syncfusion +title: Background Settings in Windows Forms GradientLabel | Syncfusion® description: Customize the background appearance of the Windows Forms GradientLabel control using gradient colors, styles, and fill settings. platform: WindowsForms control: Editors Package diff --git a/WindowsForms/Gradient-Label/Border-Settings.md b/WindowsForms/Gradient-Label/Border-Settings.md index 8786340bc..63de0c5a1 100644 --- a/WindowsForms/Gradient-Label/Border-Settings.md +++ b/WindowsForms/Gradient-Label/Border-Settings.md @@ -1,6 +1,6 @@ --- layout: post -title: Border Settings in Windows Forms GradientLabel | Syncfusion +title: Border Settings in Windows Forms GradientLabel | Syncfusion® description: Customize the border appearance of the Windows Forms GradientLabel control using border styles, colors, and visual settings. platform: WindowsForms control: Editors Package diff --git a/WindowsForms/Gradient-Label/Foreground-Settings.md b/WindowsForms/Gradient-Label/Foreground-Settings.md index db76a849f..9a8d442b8 100644 --- a/WindowsForms/Gradient-Label/Foreground-Settings.md +++ b/WindowsForms/Gradient-Label/Foreground-Settings.md @@ -1,7 +1,7 @@ --- layout: post -title: Foreground Settings in Windows Forms GradientLabel | Syncfusion -description: Customize the foreground appearance of the Windows Forms GradientLabel control using text colors, styles, and visual settings. +title: Foreground Settings in Windows Forms GradientLabel | Syncfusion® +description: Customize the foreground appearance of the Windows Forms GradientLabel control using text colors, styles, and visual settings platform: WindowsForms control: Editors Package documentation: ug diff --git a/WindowsForms/Gradient-Label/Getting-Started.md b/WindowsForms/Gradient-Label/Getting-Started.md index 06ca6de2e..837e7f921 100644 --- a/WindowsForms/Gradient-Label/Getting-Started.md +++ b/WindowsForms/Gradient-Label/Getting-Started.md @@ -1,7 +1,7 @@ --- layout: post -title: Getting Started with Windows Forms GradientLabel | Syncfusion -description: Learn how to get started with the Syncfusion Windows Forms GradientLabel control. Explore setup, features, examples, and customization options. +title: Getting Started with Windows Forms GradientLabel | Syncfusion® +description: Learn how to get started with the Syncfusion® Windows Forms GradientLabel control. Explore setup, features, examples, and customization options. platform: WindowsForms control: GradientLabel documentation: ug diff --git a/WindowsForms/Gradient-Label/Overview.md b/WindowsForms/Gradient-Label/Overview.md index 7e5dfdc48..c24336940 100644 --- a/WindowsForms/Gradient-Label/Overview.md +++ b/WindowsForms/Gradient-Label/Overview.md @@ -1,13 +1,13 @@ --- layout: post -title: About Syncfusion Windows Forms GradientLabel Control | Syncfusion -description: Learn about the introduction of Syncfusion Essential Studio Windows Forms GradientLabel control and its key features and customization options. +title: About Syncfusion® Windows Forms GradientLabel Control | Syncfusion® +description: Learn about the introduction of Syncfusion® Essential Studio Windows Forms GradientLabel control and its key features and customization options. platform: WindowsForms control: GradientLabel documentation: ug --- -# About Syncfusion Windows Forms GradientLabel Control +# About Syncfusion® Windows Forms GradientLabel Control The GradientLabel class provides a way to create fancy and appealing labels in your forms. diff --git a/WindowsForms/Gradient-Label/Serialization.md b/WindowsForms/Gradient-Label/Serialization.md index c42de90c1..06fc04f23 100644 --- a/WindowsForms/Gradient-Label/Serialization.md +++ b/WindowsForms/Gradient-Label/Serialization.md @@ -1,6 +1,6 @@ --- layout: post -title: Serialization in Windows Forms GradientLabel | Syncfusion +title: Serialization in Windows Forms GradientLabel | Syncfusion® description: Learn how serialization preserves and restores Windows Forms GradientLabel properties for consistent design-time and runtime behavior. platform: WindowsForms control: Editors Package From 4d07a81cf157d9d657b96d21cf955c3ec8a58b68 Mon Sep 17 00:00:00 2001 From: Kaviya Srinivasan Date: Thu, 13 Aug 2026 18:32:12 +0530 Subject: [PATCH 3/5] Changed the control name for gradient label --- WindowsForms/Gradient-Label/Background-Settings.md | 2 +- WindowsForms/Gradient-Label/Border-Settings.md | 2 +- WindowsForms/Gradient-Label/Foreground-Settings.md | 2 +- WindowsForms/Gradient-Label/Serialization.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WindowsForms/Gradient-Label/Background-Settings.md b/WindowsForms/Gradient-Label/Background-Settings.md index 034aed94e..6dafea808 100644 --- a/WindowsForms/Gradient-Label/Background-Settings.md +++ b/WindowsForms/Gradient-Label/Background-Settings.md @@ -3,7 +3,7 @@ layout: post title: Background Settings in Windows Forms GradientLabel | Syncfusion® description: Customize the background appearance of the Windows Forms GradientLabel control using gradient colors, styles, and fill settings. platform: WindowsForms -control: Editors Package +control: GradientLabel documentation: ug --- diff --git a/WindowsForms/Gradient-Label/Border-Settings.md b/WindowsForms/Gradient-Label/Border-Settings.md index 63de0c5a1..c92d480f7 100644 --- a/WindowsForms/Gradient-Label/Border-Settings.md +++ b/WindowsForms/Gradient-Label/Border-Settings.md @@ -3,7 +3,7 @@ layout: post title: Border Settings in Windows Forms GradientLabel | Syncfusion® description: Customize the border appearance of the Windows Forms GradientLabel control using border styles, colors, and visual settings. platform: WindowsForms -control: Editors Package +control: GradientLabel documentation: ug --- # Border Settings in Windows Forms GradientLabel diff --git a/WindowsForms/Gradient-Label/Foreground-Settings.md b/WindowsForms/Gradient-Label/Foreground-Settings.md index 9a8d442b8..4c2757f40 100644 --- a/WindowsForms/Gradient-Label/Foreground-Settings.md +++ b/WindowsForms/Gradient-Label/Foreground-Settings.md @@ -3,7 +3,7 @@ layout: post title: Foreground Settings in Windows Forms GradientLabel | Syncfusion® description: Customize the foreground appearance of the Windows Forms GradientLabel control using text colors, styles, and visual settings platform: WindowsForms -control: Editors Package +control: GradientLabel documentation: ug --- diff --git a/WindowsForms/Gradient-Label/Serialization.md b/WindowsForms/Gradient-Label/Serialization.md index 06fc04f23..958ed2716 100644 --- a/WindowsForms/Gradient-Label/Serialization.md +++ b/WindowsForms/Gradient-Label/Serialization.md @@ -3,7 +3,7 @@ layout: post title: Serialization in Windows Forms GradientLabel | Syncfusion® description: Learn how serialization preserves and restores Windows Forms GradientLabel properties for consistent design-time and runtime behavior. platform: WindowsForms -control: Editors Package +control: GradientLabel documentation: ug --- From 88c5185cb2a3df9b52bfa73a8531b27dd14bf9f1 Mon Sep 17 00:00:00 2001 From: Kaviya Srinivasan Date: Fri, 14 Aug 2026 07:51:48 +0530 Subject: [PATCH 4/5] Updated the Changes for ComboboxDropdown and Gradient label --- WindowsForms/ComboBox-DropDown/ComboDropDown-Text.md | 6 +++--- WindowsForms/Gradient-Label/Serialization.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WindowsForms/ComboBox-DropDown/ComboDropDown-Text.md b/WindowsForms/ComboBox-DropDown/ComboDropDown-Text.md index 015c0baa1..aa83aff31 100644 --- a/WindowsForms/ComboBox-DropDown/ComboDropDown-Text.md +++ b/WindowsForms/ComboBox-DropDown/ComboDropDown-Text.md @@ -1,13 +1,13 @@ --- layout: post -title: Text in Windows Forms ComboDropDown | Syncfusion® -description: Configure and customize text display, editing, and input behavior in the Windows Forms ComboDropDown control. +title: Text Settings in Windows Forms ComboDropDown | Syncfusion® +description: Text settings in Windows Forms ComboDropDown enable configuring character casing, numeric input, read-only mode, and autocomplete behavior. platform: WindowsForms control: ComboDropDown documentation: ug --- -# Text in Windows Forms ComboDropDown +# Text Settings in Windows Forms ComboDropDown ComboDropDown control supports the properties which can change the appearance and behavior of the control's edit portion. diff --git a/WindowsForms/Gradient-Label/Serialization.md b/WindowsForms/Gradient-Label/Serialization.md index 958ed2716..7e6c4f4ec 100644 --- a/WindowsForms/Gradient-Label/Serialization.md +++ b/WindowsForms/Gradient-Label/Serialization.md @@ -1,7 +1,7 @@ --- layout: post title: Serialization in Windows Forms GradientLabel | Syncfusion® -description: Learn how serialization preserves and restores Windows Forms GradientLabel properties for consistent design-time and runtime behavior. +description: Serialization in Windows Forms GradientLabel enables saving and loading gradient color settings using XML, helping preserve control appearance across sessions. platform: WindowsForms control: GradientLabel documentation: ug From 885ac7179c5ab56011e5d7160659dd4da42dc78f Mon Sep 17 00:00:00 2001 From: Manivannan-E <92844213+Manivannan-E@users.noreply.github.com> Date: Fri, 14 Aug 2026 11:00:33 +0530 Subject: [PATCH 5/5] Update Event-Handling.md --- WindowsForms/ComboBox-DropDown/Event-Handling.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/WindowsForms/ComboBox-DropDown/Event-Handling.md b/WindowsForms/ComboBox-DropDown/Event-Handling.md index 50d3ac192..d103f0095 100644 --- a/WindowsForms/ComboBox-DropDown/Event-Handling.md +++ b/WindowsForms/ComboBox-DropDown/Event-Handling.md @@ -1,7 +1,7 @@ --- layout: post title: Event Handling in Windows Forms ComboDropDown | Syncfusion® -description: Handle user interactions and control events in the Windows Forms ComboDropDown control for responsive application behavior. +description: Event handling in Windows Forms ComboDropDown enables responding to user interactions through control events such as DropDown and Popup. platform: WindowsForms control: ComboDropDown documentation: ug @@ -13,8 +13,6 @@ documentation: ug ComboDropDown.DropDown: It occurs before the dropdown portion is shown. This event can be handled to select the item in the control based on the text of ComboDropDown before its dropdown position is shown. The event handler receives an argument of type EventArgs. -Refer DropDown Event. - ComboDropDown.PopupContainer.Popup: It occurs after the popup has been dropped down and made visible. It can be handled to get focus on the drop down portion of ComboDropDown. The event handler receives an argument of type EventArgs. Refer Make the DropDown Respond to Mouse Move.