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
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