Spread for ASP.NET 12 Product Documentation
Type Property (ContextMenu)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ContextMenu Class : Type Property
Gets or sets the type.
Syntax
'Declaration
 
Public Overridable Property Type As ContextMenuType
'Usage
 
Dim instance As ContextMenu
Dim value As ContextMenuType
 
instance.Type = value
 
value = instance.Type
public virtual ContextMenuType Type {get; set;}

Property Value

The type.
See Also

Reference

ContextMenu Class
ContextMenu Members