Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NContextMenuPopupWindow Class / GetWindowPeerClip Method


In This Topic
    GetWindowPeerClip Method (NContextMenuPopupWindow)
    In This Topic
    Gets the window peer clip to use. This implementation returns a window peer clip from the current frame border outer outline. No clip is returned in case the FrameBorder is null, or the frame border has no outer corner rounding (e.g. is outer rectangular).
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetWindowPeerClip() As NRegion
    'Usage
     
    
    Dim instance As NContextMenuPopupWindow
    Dim value As NRegion
     
    value = instance.GetWindowPeerClip()
    protected override NRegion GetWindowPeerClip()
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also