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 |
---|
System.Windows.Forms.DrawMode |
Image
Gets or sets the Image property.
Declaration
public Image Image { get; set; }
Property Value
Type |
---|
System.Drawing.Image |
MaximumFavourites
Gets or sets the MaximumFavourites property.
Declaration
public int MaximumFavourites { get; set; }
Property Value
Type |
---|
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 |
---|
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 |