diff --git a/WindowsForms/ComboBox-DropDown/ComboDropDown-Appearance.md b/WindowsForms/ComboBox-DropDown/ComboDropDown-Appearance.md index 065392300..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 | WindowsForms | Syncfusion -description: Learn here all about the appearance settings of Syncfusion Windows Forms ComboDropDown control and more. +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 --- -# Windows Forms ComboDropDown Appearance +# 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..aa83aff31 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 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 --- -# ComboDropDown Text in Windows Forms ComboBox DropDown (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/ComboBox-DropDown/Event-Handling.md b/WindowsForms/ComboBox-DropDown/Event-Handling.md index 89a54c9da..d103f0095 100644 --- a/WindowsForms/ComboBox-DropDown/Event-Handling.md +++ b/WindowsForms/ComboBox-DropDown/Event-Handling.md @@ -1,20 +1,18 @@ --- 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: 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 --- -# Event Handling in Windows Forms ComboBox DropDown (ComboDropDown) +# Event Handling in Windows Forms ComboDropDown ## Events of ComboDropDown 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. diff --git a/WindowsForms/ComboBox-DropDown/Getting-Started.md b/WindowsForms/ComboBox-DropDown/Getting-Started.md index e30aa72f2..5b9f14c75 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..60164a6e1 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..a4b068347 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/Gradient-Label/Background-Settings.md b/WindowsForms/Gradient-Label/Background-Settings.md index 2a934ca55..6dafea808 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 +control: GradientLabel 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..c92d480f7 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 +control: GradientLabel 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..4c2757f40 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 +control: GradientLabel 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..837e7f921 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..c24336940 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..7e6c4f4ec 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: Serialization in Windows Forms GradientLabel enables saving and loading gradient color settings using XML, helping preserve control appearance across sessions. platform: WindowsForms -control: Editors Package +control: GradientLabel 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.