Enabled Property (TocPanel)
In This Topic
Gets or sets the value determines whether the viewer's table of contents panel is enabled.
Syntax
'Declaration
Public Property Enabled As Boolean
public bool Enabled {get; set;}
Property Value
true
if enabled; otherwise,
false
.
See Also