|
33 | 33 |
|
34 | 34 | 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.
|
35 | 35 |
|
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). |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
|
81 | 81 | ## Remarks
|
82 | 82 | 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".
|
83 | 83 |
|
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). |
85 | 85 |
|
86 | 86 | ]]></format>
|
87 | 87 | </remarks>
|
|
151 | 151 | ## Remarks
|
152 | 152 | 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.
|
153 | 153 |
|
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). |
155 | 155 |
|
156 | 156 | ]]></format>
|
157 | 157 | </remarks>
|
|
190 | 190 | ## Remarks
|
191 | 191 | 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.
|
192 | 192 |
|
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). |
194 | 194 |
|
195 | 195 | ]]></format>
|
196 | 196 | </remarks>
|
|
0 commit comments