LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

AutoApplyRendererToAllUIElements Property

Show in webframe






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.
Syntax
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.
Requirements

Target Platforms

See Also

Reference

WorkstationViewer Class
WorkstationViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.