JAMS Developer Guide
Browsable Property (PropertyDefinition)


MVPSI.JAMS Namespace > PropertyDefinition Class : Browsable Property
Specifies if this property should be displayed in a property editor.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("Can this property be seen in the property editor?")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property Browsable As System.Boolean
'Usage
 
Dim instance As PropertyDefinition
Dim value As System.Boolean
 
instance.Browsable = value
 
value = instance.Browsable
[System.ComponentModel.Description("Can this property be seen in the property editor?")]
[System.ComponentModel.DefaultValue()]
public System.bool Browsable {get; set;}
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

PropertyDefinition Class
PropertyDefinition Members