ImageGear .NET v24.12 - Updated
ContextMenuMark Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : ContextMenuMark Property
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

Reference

PageView Class
PageView Members