Свойство | Type | Description | |
---|---|---|---|
DockableCommandIndex | int |
Méthode | Description | |
---|---|---|
ApplyColorSettings ( ) : void |
Use this to redraw the docked form
|
|
ForceClose ( ) : void | ||
Init ( ) : void |
Initialize the form
|
|
RedrawCodeExplorerList ( ) : void |
Just redraw the code explorer, it is used to update the "selected" scope when the user click in scintilla
|
|
Toggle ( ) : void |
Toggle the docked form on and off, can be called first and will initialize the form
|
|
Toggle ( bool doShow ) : void | ||
UpdateCodeExplorer ( ) : void |
Call this method to update the code explorer tree with the data from the Parser Handler
|
|
UpdateMenuItemChecked ( ) : void |
Either check or uncheck the menu, depending on the visibility of the form (does it both on the menu and toolbar)
|
public static ApplyColorSettings ( ) : void | ||
Résultat | void |
public static RedrawCodeExplorerList ( ) : void | ||
Résultat | void |
public static Toggle ( bool doShow ) : void | ||
doShow | bool | |
Résultat | void |
public static UpdateCodeExplorer ( ) : void | ||
Résultat | void |
public static UpdateMenuItemChecked ( ) : void | ||
Résultat | void |