ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearWinForms Class / ManageMetadata Method / ManageMetadata(IWin32Window,ImGearMetadataHead,Font) Method
Handle of window to use as parent for dialog box.
Metadata to display in dialog box.
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.




In This Topic
    ManageMetadata(IWin32Window,ImGearMetadataHead,Font) Method
    In This Topic
    Shows dialog box with metadata tree.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub ManageMetadata( _
       ByVal owner As IWin32Window, _
       ByVal metadata As ImGearMetadataHead, _
       ByVal dataDisplayFont 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 owner,
       ImGearMetadataHead metadata,
       Font dataDisplayFont
    )
    public: static void ManageMetadata( 
       IWin32Window* owner,
       ImGearMetadataHead* metadata,
       Font* dataDisplayFont
    ) 
    public:
    static void ManageMetadata( 
       IWin32Window^ owner,
       ImGearMetadataHead^ metadata,
       Font^ dataDisplayFont
    ) 

    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.
    Remarks
    If the metadata can contain Unicode complex script text, text box's default font would not display it properly. In such case provide by dataDisplayFont some alternative font that could display such data.
    See Also