Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IDocHostUIHandler Interface / ShowUI Method

In This Topic
    ShowUI Method
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Function ShowUI( _
       ByVal dwID As System.Integer, _
       ByVal activeObject As IOleInPlaceActiveObject, _
       ByVal commandTarget As IOleCommandTarget, _
       ByVal frame As IOleInPlaceFrame, _
       ByVal doc As IOleInPlaceUIWindow _
    ) As System.Integer
    System.int ShowUI( 
       System.int dwID,
       IOleInPlaceActiveObject activeObject,
       IOleCommandTarget commandTarget,
       IOleInPlaceFrame frame,
       IOleInPlaceUIWindow doc
    )

    Parameters

    dwID
    activeObject
    commandTarget
    frame
    doc
    See Also