Nevron .NET Vision
Nevron.SmartShapes Namespace / NSmartGroup Class
Members


In This Topic
    NSmartGroup Class
    In This Topic
    The NSmartGroup class is a smart shape, which can contain other smart shapes
    Object Model
    NSmartGroup Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlTypeAttribute("SmartGroup")>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.SmartShapes.NSmartGroup)>
    <System.SerializableAttribute()>
    Public Class NSmartGroup 
       Inherits NSmartShape
       Implements Nevron.FormulaSheet.INFormulaSheetContainer, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NSmartGroup
    [System.Xml.Serialization.XmlType("SmartGroup")]
    [System.Xml.Serialization.XmlInclude(Nevron.SmartShapes.NSmartGroup)]
    [System.Serializable()]
    public class NSmartGroup : NSmartShape, Nevron.FormulaSheet.INFormulaSheetContainer, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Inheritance Hierarchy

    System.Object
       Nevron.SmartShapes.NSmartShape
          Nevron.SmartShapes.NSmartGroup

    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