Metodo BaseFormAddGeneralUtilities(Bar, String)
             | 
          
        
        
            Aggiunge alla barra specificata in ingresso le funzionalità di utilità generale (aggiunta del menu "?"
            e l'impossibilità di lasciare le barra flottante).
            
        
        Namespace: DedNet.FormsAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassiprotected void AddGeneralUtilities(
	Bar mainMenu,
	string topicName
)
Protected Sub AddGeneralUtilities ( 
	mainMenu As Bar,
	topicName As String
)
protected:
void AddGeneralUtilities(
	Bar^ mainMenu, 
	String^ topicName
)
member AddGeneralUtilities : 
        mainMenu : Bar * 
        topicName : string -> unit Parametri
- mainMenu  Bar
 -  
 - topicName  String
 -  
 
Vedi anche