C# Class FastColoredTextBoxNS.AutocompleteMenu

Inheritance: System.Windows.Forms.ToolStripDropDown
显示文件 Open project: samarjeet27/ynoteclassic Class Usage Examples

Public Properties

Property Type Description
host System.Windows.Forms.ToolStripControlHost

Private Properties

Property Type Description
CalcSize void
OnOpening void
OnSelecting void

Public Methods

Method Description
AutocompleteMenu ( FastColoredTextBox tb ) : System
Close ( ) : void
OnSelected ( SelectedEventArgs args ) : void
OnSelecting ( ) : void
SelectNext ( int shift ) : void
Show ( bool forced ) : void

Shows popup menu immediately

Private Methods

Method Description
CalcSize ( ) : void
OnOpening ( CancelEventArgs args ) : void
OnSelecting ( SelectingEventArgs args ) : void

Method Details

AutocompleteMenu() public method

public AutocompleteMenu ( FastColoredTextBox tb ) : System
tb FastColoredTextBox
return System

Close() public method

public Close ( ) : void
return void

OnSelected() public method

public OnSelected ( SelectedEventArgs args ) : void
args SelectedEventArgs
return void

OnSelecting() public method

public OnSelecting ( ) : void
return void

SelectNext() public method

public SelectNext ( int shift ) : void
shift int
return void

Show() public method

Shows popup menu immediately
public Show ( bool forced ) : void
forced bool If True - MinFragmentLength will be ignored
return void

Property Details

host public_oe property

public ToolStripControlHost,System.Windows.Forms host
return System.Windows.Forms.ToolStripControlHost