Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum AnnAutomationHidePropertiesTabs Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnAutomationHidePropertiesTabs |
C# | |
---|---|
[FlagsAttribute()] public enum AnnAutomationHidePropertiesTabs : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class AnnAutomationHidePropertiesTabs : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Audio | Hide the annotation Audio property page. |
Brush | Hide the annotation Brush property page. |
ControlPoints | Hide the annotation Control Points property page. |
Curve | Hide the annotation Curve property page. |
Encrypt | Hide the annotation Encrypt property page. |
Fixed | Hide the annotation Fixed property page. |
Font | Hide the annotation Font property page. |
Hilite | Hide the annotation Hilite property page. |
Hyperlink | Hide the annotation Hyperlink property page. |
Name | Hide the annotation Name property page. |
None | Do not hide any annotation property page (display all). |
Pen | Hide the annotation Pen property page. |
Picture | Hide the annotation Picture property page. |
Pictures | Hide the annotation Pictures property page. |
Point | Hide the annotation Point property page. |
Polygon | Hide the annotation Polygon property page. |
Protractor | Hide the annotation Protractor property page. |
RubberStamp | Hide the annotation RubberStamp property page. |
Ruler | Hide the annotation Ruler property page. |
SnapToGrid | Hide the annotation Snap To Grid property page. |
Text | Hide the annotation Text property page. |
Video | Hide the annotation Video 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 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7