Control to configure.
Syntax
Visual Basic (Declaration) | |
---|
Public Property ControlToConfigure As Control |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As PrintTaskWebConfigurator
Dim value As Control
instance.ControlToConfigure = value
value = instance.ControlToConfigure |
C# | |
---|
public Control ControlToConfigure {get; set;} |
Property Value
Get/Set Control.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also