Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum AnnAutomationHidePropertiesTabs Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum AnnAutomationHidePropertiesTabs : Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class AnnAutomationHidePropertiesTabs : public Enum |
Member | Description |
---|---|
None | Do not hide any annotation property page (display all). |
Name | Hide the annotation Name property page. |
Hyperlink | Hide the annotation Hyperlink property page. |
RubberStamp | Hide the annotation RubberStamp property page. |
Encrypt | Hide the annotation Encrypt property page. |
Polygon | Hide the annotation Polygon property page. |
Curve | Hide the annotation Curve property page. |
Protractor | Hide the annotation Protractor property page. |
Point | Hide the annotation Point property page. |
Picture | Hide the annotation Picture property page. |
Pictures | Hide the annotation Pictures property page. |
Ruler | Hide the annotation Ruler property page. |
Text | Hide the annotation Text property page. |
Hilite | Hide the annotation Hilite property page. |
Pen | Hide the annotation Pen property page. |
Brush | Hide the annotation Brush property page. |
Font | Hide the annotation Font property page. |
Audio | Hide the annotation Audio property page. |
ControlPoints | Hide the annotation ControlPoints property page. |
Fixed | Hide the annotation Fixed property page. |
For an example, refer to AnnAutomationManager.
These flags are used when setting the AnnAutomationManager.HidePropertiesTabs property.
Setting a flag means that the corresponding property page will not be displayed in the annotation properties dialog.
By default, AnnAutomationManager.HidePropertiesTabs is set to AnnAutomationHidePropertiesTabs.None,
which means all property pages will be displayed.
The AnnAutomationHidePropertiesTabs flags can be combined with a logical "or" to hide more than one property page.
For more information, see the documentation for AnnAutomationManager.HidePropertiesTabs.
System.Object
System.ValueType
System.Enum
Leadtools.Annotations.AnnAutomationHidePropertiesTabs
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family