ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / PageView Class / ContextMenuMark Property




In This Topic
    ContextMenuMark Property
    In This Topic
    Gets the mark that corresponds to the context menu.
    Syntax
    'Declaration
     
    Public ReadOnly Property ContextMenuMark As ImGearARTMark
    'Usage
     
    Dim instance As PageView
    Dim value As ImGearARTMark
     
    value = instance.ContextMenuMark
    public ImGearARTMark ContextMenuMark {get;}
    public: __property ImGearARTMark* get_ContextMenuMark();
    public:
    property ImGearARTMark^ ContextMenuMark {
       ImGearARTMark^ get();
    }

    Property Value

    ImGearARTMark object.
    Remarks
    Returns null if the context menu is not currently displayed.
    See Also