C# Class ComponentFactory.Krypton.Toolkit.KryptonTrackBarActionList

Inheritance: System.ComponentModel.Design.DesignerActionList
Afficher le fichier Open project: ComponentFactory/Krypton

Méthodes publiques

Méthode Description
GetSortedActionItems ( ) : System.ComponentModel.Design.DesignerActionItemCollection

Returns the collection of DesignerActionItem objects contained in the list.

KryptonTrackBarActionList ( KryptonTrackBarDesigner owner ) : System

Initialize a new instance of the KryptonTrackBarActionList class.

Private Methods

Méthode Description
OnOrientationClick ( object sender, EventArgs e ) : void

Method Details

GetSortedActionItems() public méthode

Returns the collection of DesignerActionItem objects contained in the list.
public GetSortedActionItems ( ) : System.ComponentModel.Design.DesignerActionItemCollection
Résultat System.ComponentModel.Design.DesignerActionItemCollection

KryptonTrackBarActionList() public méthode

Initialize a new instance of the KryptonTrackBarActionList class.
public KryptonTrackBarActionList ( KryptonTrackBarDesigner owner ) : System
owner KryptonTrackBarDesigner Designer that owns this action list instance.
Résultat System