Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET

Namespace: Visual3D
Assembly: Visual3D (in Visual3D.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public class AdvancedBrowsableAttribute : BrowsableAttribute
Public Class AdvancedBrowsableAttribute _
	Inherits BrowsableAttribute

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AdvancedBrowsableAttribute()()()()
Initializes a new instance of the AdvancedBrowsableAttribute class
AdvancedBrowsableAttribute(String)
Initializes a new instance of the AdvancedBrowsableAttribute class
AllowsExpansionOfListElements
If element is a List type, are the elements of this list permitted to do in-place expansion?
(Inherited from BrowsableAttribute.)
CacheTimeout
Real-Time milliseconds before cache time's out, and result will be refreshed.
(Inherited from BrowsableAttribute.)
Dependancy (Inherited from BrowsableAttribute.)
DisplayName
Specifies the display name for a property.
(Inherited from BrowsableAttribute.)
Equals(Object)
Overrides the default equals so that matching attributes can be found in an AttributeCollection.
(Inherited from BrowsableAttribute.)
GetHashCode()()()() (Inherited from BrowsableAttribute.)
HasCustomDisplayName (Inherited from BrowsableAttribute.)
IsBrowsable(Object)
Returns true if the property is browsable on the specified owner object.
(Inherited from BrowsableAttribute.)
IsBrowsable(Object, Boolean)
Returns true if the property is browsable on the specified owner object.
(Inherited from BrowsableAttribute.)
IsCached
Indicates if the Property result is cached.
(Inherited from BrowsableAttribute.)
IsDebug
Indicates if it's browsable only during "Debug" mode.
(Inherited from BrowsableAttribute.)
IsDynamic
Indicates if the browsable state can change at runtime.
(Inherited from BrowsableAttribute.)
IsHiddenIfNull (Inherited from BrowsableAttribute.)
IsReadOnly
Indicates if the Property value is READONLY (i.e. cannot be Modified).
(Inherited from BrowsableAttribute.)
UserLevel (Inherited from BrowsableAttribute.)

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    Visual3D..::..BrowsableAttribute
      Visual3D..::..AdvancedBrowsableAttribute

See Also