Gets or sets a value that indicates whether the 
ToolBarRenderer should be applied to all the 
System.Windows.Forms.ToolStrip controls that are registered with the viewer.
            
            
            
            
            public bool AutoApplyRendererToAllUIElements {get; set;}
             
        
            
            'Declaration
 
Public Property AutoApplyRendererToAllUIElements As Boolean
             
        
            
            'Usage
 
Dim instance As WorkstationViewer
Dim value As Boolean
 
instance.AutoApplyRendererToAllUIElements = value
 
value = instance.AutoApplyRendererToAllUIElements
             
        
            
        
            
        
            
            public: __property bool get_AutoApplyRendererToAllUIElements();
public: __property void set_AutoApplyRendererToAllUIElements( 
   bool value
);
             
        
            
            public:
property bool AutoApplyRendererToAllUIElements {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
            Property Value
true to set the 
ToolBarRenderer with all the 
System.Windows.Forms.ToolStrip controls that are registered with the viewer; otherwise, it is false.