SpreadsheetGear 2017
ShapeExplorerCategoryFlags Enumeration






SpreadsheetGear.Windows.Forms Namespace : ShapeExplorerCategoryFlags Enumeration
Specifies which categories will be shown by the shape explorer.
Syntax
'Declaration
 
<System.FlagsAttribute()>
Public Enum ShapeExplorerCategoryFlags 
   Inherits System.Enum
'Usage
 
Dim instance As ShapeExplorerCategoryFlags
[System.Flags()]
public enum ShapeExplorerCategoryFlags : System.Enum 
public enum ShapeExplorerCategoryFlags = class(System.Enum)
System.FlagsAttribute()
public enum ShapeExplorerCategoryFlags extends System.Enum
[System.Flags()]
__value public enum ShapeExplorerCategoryFlags : public System.Enum 
[System.Flags()]
public enum class ShapeExplorerCategoryFlags : public System.Enum 
Members
MemberDescription
AlignmentSpecifies that the alignment category is available.
AllSpecifies that all categories are available.
AutoShapeSpecifies that the auto shape category is available.
ControlSpecifies that the control category is available.
FillSpecifies that the fill category is available.
FontSpecifies that the font category is available.
LineSpecifies that the line category is available.
NoneSpecifies that no category is available.
ProtectionSpecifies that the protection category is available.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Windows.Forms.ShapeExplorerCategoryFlags

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear.Windows.Forms Namespace