dotnetCHARTING Send comments on this topic.
Enabled Property
See Also 
dotnetCHARTING Namespace > NavigatorOptions Class : Enabled Property


Gets or sets a value that determines whether the navigator is enabled.

Syntax

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

See Also

© 2010 All Rights Reserved.