LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

AutoApplyRendererToAllUIElements Property







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 bool AutoApplyRendererToAllUIElements {get; set;}
 get_AutoApplyRendererToAllUIElements();
set_AutoApplyRendererToAllUIElements(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkstationViewer Class
WorkstationViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.