LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

HidePropertiesTabs Property






Specifies the list of property pages that can be displayed or hidden when displaying the annotation properties dialog through automation.
Syntax
public AnnAutomationHidePropertiesTabs HidePropertiesTabs {get; set;}
'Declaration
 
Public Property HidePropertiesTabs As AnnAutomationHidePropertiesTabs
'Usage
 
Dim instance As AnnAutomationManager
Dim value As AnnAutomationHidePropertiesTabs
 
instance.HidePropertiesTabs = value
 
value = instance.HidePropertiesTabs
public AnnAutomationHidePropertiesTabs HidePropertiesTabs {get; set;}
 get_HidePropertiesTabs();
set_HidePropertiesTabs(value);
public:
property AnnAutomationHidePropertiesTabs HidePropertiesTabs {
   AnnAutomationHidePropertiesTabs get();
   void set (    AnnAutomationHidePropertiesTabs value);
}

Property Value

The list of property pages that can be displayed or hidden when displaying the annotation properties dialog through automation.
Remarks
HidePropertiesTabs is used to hide one or more of the property pages in the annotation properties dialog. By default, HidePropertiesTabs is set to AnnAutomationHidePropertiesTabs.None, which means all property pages will be displayed. To hide one or more property pages, set this property to the logical "or" combination of the corresponding AnnAutomationHidePropertiesTabs flags. These flags are used when setting the HidePropertiesTabs property. For more information, see the documentation for AnnAutomationHidePropertiesTabs flags.
Example
For an example, refer to AnnAutomationManager.
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

AnnAutomationManager Class
AnnAutomationManager Members
AnnAutomationHidePropertiesTabs Enumeration

 

 


Products | Support | Contact Us | Copyright Notices

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