WinForms

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

    Show / Hide Table of Contents

    Class RadialFontListBox

    Class for RadialFontListBox

    Inheritance
    System.Object
    RadialFontListBox
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class RadialFontListBox : Control, IRadialMenuItem

    Constructors

    RadialFontListBox()

    Initializes the new instance for RadialFontListBox class.

    Declaration
    public RadialFontListBox()

    Properties

    BackgroundImage

    Overrides the BackgroundImage property.

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

    ContextMenuStrip

    Overrides the Dock ContextMenuStrip.

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

    Dock

    Overrides the Dock property.

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

    ImageIndex

    Gets or sets the value associated with the ImageIndex.

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

    ImageSize

    Gets or sets the image size of the RadialFontListBox.

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

    The System.Drawing.Size that defines the height and width, in pixels, to draw the image in RadialColorPalette. The default size is 24 by 24.

    Remarks

    If the ImageSize is defined, setting the property has no effect for particular radial menu item.

    See Also
    MenuItemImageSize

    Index

    Gets or sets the value associated with the Index.

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

    ItemBackColor

    Gets or sets the value to the backcolor of the item.

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

    ItemHeight

    Gets or sets the value to the ItemHeight.

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

    RightToLeft

    Overrides the RightToLeft property.

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

    Methods

    ResetImageIndex()

    Resets the ImageIndex

    Declaration
    public void ResetImageIndex()

    ResetIndex()

    Resets the Index

    Declaration
    public void ResetIndex()

    ResetItemBackColor()

    Resets the ItemBackColor

    Declaration
    public void ResetItemBackColor()

    ResetItemHeight()

    Resets the ItemHeight

    Declaration
    public void ResetItemHeight()

    SetDisabledColor(Color)

    Set the backcolor of the item for disable mode.

    Declaration
    public void SetDisabledColor(Color disabledColor)
    Parameters
    Type Name Description
    System.Drawing.Color disabledColor

    Color

    Events

    ItemHeightChanged

    Event forItemHeightChanged.

    Declaration
    public event EventHandler ItemHeightChanged
    Event Type
    Type Description
    System.EventHandler

    NextMenuLevelOpening

    Occurs when next menu level is opening in RadialFontListBox.

    Declaration
    public event RadialFontListBox.NextLevelOpening NextMenuLevelOpening
    Event Type
    Type Description
    RadialFontListBox.NextLevelOpening

    NextMenuOpened

    Occurs when next menu is opened in RadialFontListBox.

    Declaration
    public event RadialFontListBox.NextLevelOpened NextMenuOpened
    Event Type
    Type Description
    RadialFontListBox.NextLevelOpened

    PreviousMenuLevelOpened

    Occurs when previous menu level is opened in RadialFontListBox.

    Declaration
    public event RadialFontListBox.PreviousLevelOpened PreviousMenuLevelOpened
    Event Type
    Type Description
    RadialFontListBox.PreviousLevelOpened

    PreviousMenuLevelOpening

    Occurs when previous menu level is opening in RadialFontListBox.

    Declaration
    public event RadialFontListBox.PreviousLevelOpening PreviousMenuLevelOpening
    Event Type
    Type Description
    RadialFontListBox.PreviousLevelOpening

    RadialFontChanged

    Occurs when selected Font is changed in RadialFontListBox.

    Declaration
    public event SelectedFontChanged RadialFontChanged
    Event Type
    Type Description
    SelectedFontChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved