Leadtools.Annotations Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
HidePropertiesTabs Property
See Also 
Leadtools.Annotations Namespace > AnnAutomationManager Class : HidePropertiesTabs Property



Specifies the list of property pages that can be displayed or hidden when displaying the annotation properties dialog through automation.

Syntax

Visual Basic (Declaration) 
Public Property HidePropertiesTabs As AnnAutomationHidePropertiesTabs
Visual Basic (Usage)Copy Code
Dim instance As AnnAutomationManager
Dim value As AnnAutomationHidePropertiesTabs
 
instance.HidePropertiesTabs = value
 
value = instance.HidePropertiesTabs
C# 
public AnnAutomationHidePropertiesTabs HidePropertiesTabs {get; set;}
C++/CLI 
public:
property AnnAutomationHidePropertiesTabs HidePropertiesTabs {
   AnnAutomationHidePropertiesTabs get();
   void set (AnnAutomationHidePropertiesTabs value);
}

Return Value

The list of property pages that can be displayed or hidden when displaying the annotation properties dialog through automation.

Example

For an example, refer to .

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.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features