JAMS Developer Guide
Control Property


MVPSI.JAMS Namespace > CompareOptionsAttribute Class : Control Property
Sets the name of the control to be used to display the property. The default is a TextBox.
Syntax
'Declaration
 
Public Property Control As System.String
'Usage
 
Dim instance As CompareOptionsAttribute
Dim value As System.String
 
instance.Control = value
 
value = instance.Control
public System.string Control {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

CompareOptionsAttribute Class
CompareOptionsAttribute Members