C# Class Alsing.Windows.Forms.SyntaxBox.AutoListForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
Images System.Windows.Forms.ImageList

Méthodes publiques

Méthode Description
Add ( string text, int ImageIndex ) : ListItem

Adds a new ListItem to the AutoListForm.

Add ( string text, string InsertText, int ImageIndex ) : ListItem

Adds a new ListItem to the AutoListForm.

Add ( string text, string InsertText, string ToolTip, int ImageIndex ) : ListItem
AutoListForm ( ) : System

Default AltoListControl constructor.

BeginLoad ( ) : void
Clear ( ) : void

Clears the content of the AutoList.

EndLoad ( ) : void
SelectItem ( string text ) : void
SendKey ( int KeyCode ) : void

Méthodes protégées

Méthode Description
IsInputChar ( char charCode ) : bool

For public use only.

IsInputKey ( Keys keyData ) : bool

For public use only.

OnPaint ( PaintEventArgs e ) : void

Private Methods

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

Required method for Designer support - do not modify the contents of this method with the code editor.

LB_DoubleClick ( object sender, EventArgs e ) : void
LB_DrawItem ( object sender, DrawItemEventArgs e ) : void
LB_KeyDown ( object sender, KeyEventArgs e ) : void
LB_KeyPress ( object sender, KeyPressEventArgs e ) : void
LB_KeyUp ( object sender, KeyEventArgs e ) : void
LB_MouseDown ( object sender, MouseEventArgs e ) : void
LB_MouseMove ( object sender, MouseEventArgs e ) : void
LB_SelectedIndexChanged ( object sender, EventArgs e ) : void
SelectItem ( int x, int y ) : void
SendMessage ( IntPtr hWnd, int message, int _data, int _id ) : int

Method Details

Add() public méthode

Adds a new ListItem to the AutoListForm.
public Add ( string text, int ImageIndex ) : ListItem
text string Text of the new ListItem
ImageIndex int Image index that should be assigned to the new ListItem
Résultat ListItem

Add() public méthode

Adds a new ListItem to the AutoListForm.
public Add ( string text, string InsertText, int ImageIndex ) : ListItem
text string Text of the new ListItem
InsertText string text to insert when this item is selected
ImageIndex int Image index that should be assigned to the new ListItem
Résultat ListItem

Add() public méthode

public Add ( string text, string InsertText, string ToolTip, int ImageIndex ) : ListItem
text string
InsertText string
ToolTip string
ImageIndex int
Résultat ListItem

AutoListForm() public méthode

Default AltoListControl constructor.
public AutoListForm ( ) : System
Résultat System

BeginLoad() public méthode

public BeginLoad ( ) : void
Résultat void

Clear() public méthode

Clears the content of the AutoList.
public Clear ( ) : void
Résultat void

EndLoad() public méthode

public EndLoad ( ) : void
Résultat void

IsInputChar() protected méthode

For public use only.
protected IsInputChar ( char charCode ) : bool
charCode char
Résultat bool

IsInputKey() protected méthode

For public use only.
protected IsInputKey ( Keys keyData ) : bool
keyData Keys
Résultat bool

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

SelectItem() public méthode

public SelectItem ( string text ) : void
text string
Résultat void

SendKey() public méthode

public SendKey ( int KeyCode ) : void
KeyCode int
Résultat void

Property Details

Images public_oe property

The imagelist that should be used by the AutoListForm
public ImageList,System.Windows.Forms Images
Résultat System.Windows.Forms.ImageList