LinksOnPageNumbersOnly Property
 
            
                In This Topic
            
            Gets or sets a value indicating whether only the page numbers in the rendered TOC represent clickable hyperlinks (otherwise, the entire area between an entry's caption and page number can be clicked). The default value is false.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property LinksOnPageNumbersOnly As Boolean
             
        
            
            public bool LinksOnPageNumbersOnly {get; set;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also