Specifies whether to display the tag selector in the editor bottom bar. 
            
        
        Namespace: RTEAssembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
| C# | 
|---|
public RTEBooleanValue ShowTagList { get; set; }  | 
| Visual Basic | 
|---|
Public Property ShowTagList As RTEBooleanValue Get Set  | 
| Visual C++ | 
|---|
public: property RTEBooleanValue ShowTagList { RTEBooleanValue get (); void set (RTEBooleanValue value); }  |