SampleApp.Form1.mnuViewTreeItem_Click Function
This event responds to the tree view "View" command. Note the Component Properties form that is displayed uses the current users assigned profile and current values. Currently this form only displays the most primitive type of display controls (Text Boxes) and no signicant client side business logic is performed.

Private void mnuViewTreeItem_Click (object, System.EventArgs)
  Type Name Description  
    object sender    
    System.EventArgs e    
  Return Description  
    void