Whether to display the related control in the UI or not.
Syntax
| Visual Basic (Declaration) | |
|---|
<NotifyParentPropertyAttribute(True)>
<ResDescriptionAttribute("Whether the control is visible in the user interface.")>
Public Property DisplayInDialog As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ItemSettings(Of T)
Dim value As Boolean
instance.DisplayInDialog = value
value = instance.DisplayInDialog |
Remarks
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