C# Class CustomerService.ComboBoxTree

ComboBoxTree control is a treeview that drops down much like a combobox
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: NanQi/demo

Private Properties

Свойство Type Description
ComboBoxTree_Layout void
InitializeComponent void
RelocateGrip void
SizingGripMouseDown void
SizingGripMouseMove void
ToggleTreeView void
TreeViewLostFocus void
TreeViewNodeSelect void

Méthodes publiques

Méthode Description
ComboBoxTree ( ) : System
ValidateText ( ) : bool

Private Methods

Méthode Description
ComboBoxTree_Layout ( object sender, System e ) : void
InitializeComponent ( ) : void
RelocateGrip ( ) : void
SizingGripMouseDown ( object sender, MouseEventArgs e ) : void
SizingGripMouseMove ( object sender, MouseEventArgs e ) : void
ToggleTreeView ( object sender, EventArgs e ) : void
TreeViewLostFocus ( object sender, EventArgs e ) : void
TreeViewNodeSelect ( object sender, EventArgs e ) : void

Method Details

ComboBoxTree() public méthode

public ComboBoxTree ( ) : System
Résultat System

ValidateText() public méthode

public ValidateText ( ) : bool
Résultat bool