←Select platform

HidePropertiesTabs Property

Summary

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

Syntax

C#
VB
C++
public AnnAutomationHidePropertiesTabs HidePropertiesTabs { get; set; } 
  
Public Property HidePropertiesTabs As Leadtools.Annotations.AnnAutomationHidePropertiesTabs 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly