Actipro SyntaxEditor .NET Languages Add-on
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.
|