Skip to content

Update VisualStyleElement.xml #4190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 23, 2020
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions xml/System.Windows.Forms.VisualStyles/VisualStyleElement.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
## Remarks
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".

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).
For more information on visual style classes, parts, and states, see "Parts and States" in the Desktop App User Interface documentation at [https://docs.microsoft.com/windows/win32/controls/parts-and-states](https://docs.microsoft.com/windows/win32/controls/parts-and-states).

]]></format>
</remarks>
Expand Down Expand Up @@ -151,7 +151,7 @@
## Remarks
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.

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).
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 Desktop App User Interface documentation at [https://docs.microsoft.com/windows/win32/controls/parts-and-states](https://docs.microsoft.com/windows/win32/controls/parts-and-states).

]]></format>
</remarks>
Expand Down Expand Up @@ -190,7 +190,7 @@
## Remarks
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.

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).
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 Desktop App User Interface documentation at [https://docs.microsoft.com/windows/win32/controls/parts-and-states](https://docs.microsoft.com/windows/win32/controls/parts-and-states).

]]></format>
</remarks>
Expand Down