Class RadialFontListBox
Class for RadialFontListBox
Inheritance
System.Object
RadialFontListBox
Assembly: Syncfusion.Tools.Windows.dll
public class RadialFontListBox : Control, IRadialMenuItem
Constructors
Initializes the new instance for RadialFontListBox class.
Declaration
public RadialFontListBox()
Properties
Overrides the BackgroundImage property.
Declaration
public override Image BackgroundImage { get; set; }
Property Value
| Type |
| System.Drawing.Image |
Overrides the Dock ContextMenuStrip.
Declaration
public override ContextMenuStrip ContextMenuStrip { get; set; }
Property Value
| Type |
| System.Windows.Forms.ContextMenuStrip |
Overrides the Dock property.
Declaration
public override DockStyle Dock { get; set; }
Property Value
| Type |
| System.Windows.Forms.DockStyle |
Gets or sets the value associated with the ImageIndex.
Declaration
public int ImageIndex { get; set; }
Property Value
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.
|
Gets or sets the value associated with the Index.
Declaration
public int Index { get; set; }
Property Value
Gets or sets the value to the backcolor of the item.
Declaration
public Color ItemBackColor { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Gets or sets the value to the ItemHeight.
Declaration
public int ItemHeight { get; set; }
Property Value
Overrides the RightToLeft property.
Declaration
public override RightToLeft RightToLeft { get; set; }
Property Value
| Type |
| System.Windows.Forms.RightToLeft |
Methods
Declaration
public void add_NextMenuLevelOpening(RadialFontListBox.NextLevelOpening value)
Parameters
Declaration
public void add_NextMenuOpened(RadialFontListBox.NextLevelOpened value)
Parameters
Declaration
public void add_PreviousMenuLevelOpened(RadialFontListBox.PreviousLevelOpened value)
Parameters
Declaration
public void add_PreviousMenuLevelOpening(RadialFontListBox.PreviousLevelOpening value)
Parameters
Declaration
public void add_RadialFontChanged(SelectedFontChanged value)
Parameters
Declaration
public void remove_NextMenuLevelOpening(RadialFontListBox.NextLevelOpening value)
Parameters
Declaration
public void remove_NextMenuOpened(RadialFontListBox.NextLevelOpened value)
Parameters
Declaration
public void remove_PreviousMenuLevelOpened(RadialFontListBox.PreviousLevelOpened value)
Parameters
Declaration
public void remove_PreviousMenuLevelOpening(RadialFontListBox.PreviousLevelOpening value)
Parameters
Declaration
public void remove_RadialFontChanged(SelectedFontChanged value)
Parameters
Declaration
public void ResetImageIndex()
Declaration
Declaration
public void ResetItemBackColor()
Declaration
public void ResetItemHeight()
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
Event forItemHeightChanged.
Declaration
public event EventHandler ItemHeightChanged
Event Type
Occurs when next menu level is opening in RadialFontListBox.
Declaration
public event RadialFontListBox.NextLevelOpening NextMenuLevelOpening
Event Type
Occurs when next menu is opened in RadialFontListBox.
Declaration
public event RadialFontListBox.NextLevelOpened NextMenuOpened
Event Type
Occurs when previous menu level is opened in RadialFontListBox.
Declaration
public event RadialFontListBox.PreviousLevelOpened PreviousMenuLevelOpened
Event Type
Occurs when previous menu level is opening in RadialFontListBox.
Declaration
public event RadialFontListBox.PreviousLevelOpening PreviousMenuLevelOpening
Event Type
Occurs when selected Font is changed in RadialFontListBox.
Declaration
public event SelectedFontChanged RadialFontChanged
Event Type