Spread for ASP.NET 7.0 Product Documentation
UseContextKey Property
See Also  Support Options
FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > SlideShowCellType Class : UseContextKey Property


Glossary Item Box

Gets or sets whether the context key should be used for the slide show cell.

Syntax

Visual Basic (Declaration) 
Public Property UseContextKey As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SlideShowCellType
Dim value As Boolean
 
instance.UseContextKey = value
 
value = instance.UseContextKey
C# 
public bool UseContextKey {get; set;}

Property Value

Boolean: true to use the context key; false otherwise

Remarks

This property determines whether the ContextKey property should be used. This is automatically enabled if the ContextKey property is ever set (on either the client or the server). If the context key is used, it should have the same signature with an additional parameter named contextKey of type string.

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.