Skip Navigation LinksActipro Software / Products / .NET Controls / Windows Forms / SyntaxEditor / .NET Languages Add-on / Type/Member Drop-Down List

Product Details

.NET Languages Add-on
Advanced C# and Visual Basic language implementations for use with the SyntaxEditor control

Sold separately from SyntaxEditor... see special licensing notes for details

Latest Release:
v4.0.0275 on 07/15/2008

Supported Environments:
.NET 1.1 - 3.5
VS.NET 2003 - 2008

Blueprint License:
Source code is available for this product

Product Newsletter

If you would like to receive periodic informative newsletters about our new .NET controls and events, please fill out the following information.
Name:
 
E-mail Address:
 
Where did you hear about our products?
 

Actipro SyntaxEditor .NET Languages Add-on

Feature Tour:

Type/Member Drop-Down List

The type/member drop-down list is a small control that comes packaged with the .NET languages add-on.

The C# language showing the type/member drop-down list at the top with the member list displayed

The left drop-down shows the types that are available in the current document's compilation unit. The right drop-down shows the members within the current type that are available.

The drop-downs update to reflect data about the compilation unit currently being edited. As the SyntaxEditor caret moves through a document, the drop-down list selection change. If the end user selects a type or member from one of the drop-down lists, the SyntaxEditor caret jumps to that position in the document.

All of this can be automated simply by binding a SyntaxEditor control to the type/member drop-down list control.