Specifies the list of property pages that can be displayed or hidden when displaying the annotation properties dialog through automation.
public AnnAutomationHidePropertiesTabs HidePropertiesTabs { get; set; }
Public Property HidePropertiesTabs As Leadtools.Annotations.AnnAutomationHidePropertiesTabs
public:
property Leadtools.Annotations.AnnAutomationHidePropertiesTabs HidePropertiesTabs {
Leadtools.Annotations.AnnAutomationHidePropertiesTabs get();
void set ( Leadtools.Annotations.AnnAutomationHidePropertiesTabs );
}
The list of property pages that can be displayed or hidden when displaying the annotation properties dialog through automation.
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.
For an example, refer to AnnAutomationManager.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET