Skip to content

Commit 2df6943

Browse files
authored
Update VisualStyleElement.xml (#4190)
* Update visual styles link
1 parent 3a4c6c4 commit 2df6943

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/System.Windows.Forms.VisualStyles/VisualStyleElement.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
3434
To draw a visual style element, create a <xref:System.Windows.Forms.VisualStyles.VisualStyleRenderer>, set it to the <xref:System.Windows.Forms.VisualStyles.VisualStyleElement> you wish to draw, and then call the <xref:System.Windows.Forms.VisualStyles.VisualStyleRenderer.DrawBackground%2A> method. To determine whether the current visual style provides a definition for a particular element, call the <xref:System.Windows.Forms.VisualStyles.VisualStyleRenderer.IsElementDefined%2A> method with the element as the argument.
3535
36-
<xref:System.Windows.Forms.VisualStyles.VisualStyleElement> and <xref:System.Windows.Forms.VisualStyles.VisualStyleRenderer> wrap the functionality of the visual styles API from the Windows Shell portion of the Windows Platform SDK. For more information on visual styles, see "Using Windows XP Visual Styles" in the Platform SDK portion of the MSDN Library at [https://msdn.microsoft.com/library](https://msdn.microsoft.com/library/).
36+
<xref:System.Windows.Forms.VisualStyles.VisualStyleElement> and <xref:System.Windows.Forms.VisualStyles.VisualStyleRenderer> wrap the functionality of the visual styles API from the Windows Shell portion of the Windows Platform SDK. For more information on visual styles, see [Visual Styles](https://docs.microsoft.com/windows/win32/controls/themes-overview).
3737
3838
3939
@@ -81,7 +81,7 @@
8181
## Remarks
8282
A class name refers to a group of related visual style elements that are typically drawn together. A class name can correspond to a control, such as "SCROLLBAR" and "TRACKBAR", but a class name can also refer to a group of elements that do not correspond to a particular control, such as "EXPLORERBAR" and "STARTPANEL".
8383
84-
For more information on visual style classes, parts, and states, see "Parts and States" in the Windows Shell documentation at [https://msdn.microsoft.com/library](https://msdn.microsoft.com/library).
84+
For more information on visual style classes, parts, and states, see [Parts and States](https://docs.microsoft.com/windows/win32/controls/parts-and-states).
8585
8686
]]></format>
8787
</remarks>
@@ -151,7 +151,7 @@
151151
## Remarks
152152
A part is a discrete member of a class of visual style elements. For example, visual style elements that represent a check box, radio button, and push button are all considered parts of the "BUTTON" class.
153153
154-
Part values are integers that range from 1 to the number of parts defined for a particular class. For more information on visual style classes, parts, and states, see "Parts and States" in the Windows Shell documentation at [https://msdn.microsoft.com/library](https://msdn.microsoft.com/library).
154+
Part values are integers that range from 1 to the number of parts defined for a particular class. For more information on visual style classes, parts, and states, see [Parts and States](https://docs.microsoft.com/windows/win32/controls/parts-and-states).
155155
156156
]]></format>
157157
</remarks>
@@ -190,7 +190,7 @@
190190
## Remarks
191191
A visual style part can have one or more visual states. For example, a visual style element that represents a radio button can be in the disabled, checked, or unchecked state.
192192
193-
State values are integers that range from 1 to the number of states defined for a particular part. For more information on visual style classes, parts, and states, see "Parts and States" in the Windows Shell documentation located at [https://msdn.microsoft.com/library](https://msdn.microsoft.com/library).
193+
State values are integers that range from 1 to the number of states defined for a particular part. For more information on visual style classes, parts, and states, see [Parts and States](https://docs.microsoft.com/windows/win32/controls/parts-and-states).
194194
195195
]]></format>
196196
</remarks>

0 commit comments

Comments
 (0)