Shows dialog box with metadata tree.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overloads Shared Sub ManageMetadata( _
   ByVal  As IWin32Window, _
   ByVal  As ImGearMetadataHead, _
   ByVal  As Font _
) 
             
        
            
            'Usage
 
Dim owner As IWin32Window
Dim metadata As ImGearMetadataHead
Dim dataDisplayFont As Font
 
ImGearWinForms.ManageMetadata(owner, metadata, dataDisplayFont)
             
        
            
            public static void ManageMetadata( 
   IWin32Window ,
   ImGearMetadataHead ,
   Font 
)
             
        
            
            public: static void ManageMetadata( 
   IWin32Window* ,
   ImGearMetadataHead* ,
   Font* 
) 
             
        
            
            public:
static void ManageMetadata( 
   IWin32Window^ ,
   ImGearMetadataHead^ ,
   Font^ 
) 
             
        
             
        
            Parameters
- owner
- Handle of window to use as parent for dialog box.
- metadata
- Metadata to display in dialog box.
- dataDisplayFont
- The font used to display metadata leaf. If the parameter is not null,
            dialog's text box control, which displays the data, will use the supplied font.
            
 
            
            
            
            
            
            
            
            
            
            
            
            See Also