SpreadsheetGear.Windows.Forms Namespace > ShapeExplorer Class : TopLevel Property |
'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <System.ComponentModel.BrowsableAttribute(False)> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public Property TopLevel As System.Boolean
'Usage
Dim instance As ShapeExplorer Dim value As System.Boolean instance.TopLevel = value value = instance.TopLevel
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [System.ComponentModel.Browsable(false)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public System.bool TopLevel {get; set;}
public read-write property TopLevel: System.Boolean;
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced) System.ComponentModel.BrowsableAttribute() System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden) public function get,set TopLevel : System.boolean
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [System.ComponentModel.Browsable(false)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public: __property System.bool get_TopLevel(); public: __property void set_TopLevel( System.bool value );
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