Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.UICustomization Namespace / IHyperlinkItemDialog Interface
Members

In This Topic
    IHyperlinkItemDialog Interface
    In This Topic
    IHyperlinkItemDialog interface allows to customize the dialog used to insert or edit a hyperlink.
    Object Model
    IHyperlinkItemDialog Interface
    Syntax
    'Declaration
     
    Public Interface IHyperlinkItemDialog 
    public interface IHyperlinkItemDialog 
    Remarks
    Implement this interface by a windows dialog form and use it in CustomDialogs property.
    See Also