WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RadialMenuFontListBox

    Show / Hide Table of Contents

    Class RadialMenuFontListBox

    Class for RadialMenuFontListBox.

    Inheritance
    System.Object
    RadialMenuFontListBox
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class RadialMenuFontListBox : ListBox

    Constructors

    RadialMenuFontListBox()

    Initializes the new instance for RadialMenuFontListBox class

    Declaration
    public RadialMenuFontListBox()

    Properties

    DrawMode

    Gets or sets the drawing mode for the control.

    Declaration
    public override DrawMode DrawMode { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.DrawMode

    Image

    Gets or sets the Image property.

    Declaration
    public Image Image { get; set; }
    Property Value
    Type Description
    System.Drawing.Image

    MaximumFavourites

    Gets or sets the MaximumFavourites property.

    Declaration
    public int MaximumFavourites { get; set; }
    Property Value
    Type Description
    System.Int32

    SelectionMode

    Gets or sets the method in which items are selected in the System.Windows.Forms.ListBox.

    Declaration
    public override SelectionMode SelectionMode { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.SelectionMode

    Methods

    OnDrawItem(DrawItemEventArgs)

    Overrides the OnDrawItem.

    Declaration
    protected override void OnDrawItem(DrawItemEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.DrawItemEventArgs e

    DrawItemEventArgs which contains EventData

    OnFontChanged(EventArgs)

    Overrides FontChanged event.

    Declaration
    protected override void OnFontChanged(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    EventArgs which contains EventData

    OnSelectedIndexChanged(EventArgs)

    Overrides SelectedIndexChanged event.

    Declaration
    protected override void OnSelectedIndexChanged(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    EventArgs which contains EventData

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved