Skip to content

Commit 952d14b

Browse files
EugeneKramermairaw
authored andcommitted
Tag unmarked visual basic code block with vb (#2606)
Tag unmarked visual basic code block with vb
1 parent cd12bc2 commit 952d14b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Windows.Forms/ControlStyles.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
## Remarks
2828
Controls use this enumeration in various properties and methods to specify functionality. A control can enable a style by calling the <xref:System.Windows.Forms.Control.SetStyle%2A> method and passing in the appropriate <xref:System.Windows.Forms.ControlStyles> bit (or bits) and the Boolean value to set the bit(s) to. For example, the following line of Visual Basic code would enable double-buffering.
2929
30-
```
30+
```vb
3131
myControl.SetStyle(UserPaint Or AllPaintingInWmPaint Or DoubleBuffer, True)
3232
```
3333
@@ -442,4 +442,4 @@ myControl.SetStyle(UserPaint Or AllPaintingInWmPaint Or DoubleBuffer, True)
442442
</Docs>
443443
</Member>
444444
</Members>
445-
</Type>
445+
</Type>

0 commit comments

Comments
 (0)