Heureka API .NET Documentation
SpeciesAttribute Constructor(Object,Boolean,Boolean)



Initializes a new instance of the SpeciesDefaultValueAttribute
Syntax
'Declaration
 
Public Function New( _
   ByVal defaultValue As Object, _
   Optional ByVal browsable As Boolean, _
   Optional ByVal showAsPercentage As Boolean _
)
'Usage
 
Dim defaultValue As Object
Dim browsable As Boolean
Dim showAsPercentage As Boolean
 
Dim instance As New SpeciesAttribute(defaultValue, browsable, showAsPercentage)
public SpeciesAttribute( 
   object defaultValue,
   bool browsable,
   bool showAsPercentage
)
public:
SpeciesAttribute( 
   Object^ defaultValue,
   bool browsable,
   bool showAsPercentage
)

Parameters

defaultValue
browsable
showAsPercentage
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

SpeciesAttribute Class
SpeciesAttribute Members
Overload List

Send Feedback